Bug 188846

Summary: Add KRB5_KTNAME to www/squid rc.d script
Product: Ports & Packages Reporter: Pavel Timofeev <timp87>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: marino
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 189903    
Bug Blocks:    

Description Pavel Timofeev 2014-04-21 14:00:00 UTC
Please, add new config option for KRB5_KTNAME to squid'd rc.d script.
It would be extremely useful!

You can see to openldap's slapd rc.d script as example:

# cat /usr/local/etc/rc.d/slapd

#!/bin/sh
..
# To specify alternative Kerberos 5 Key Table, add the following
# rc.conf(5) configuration:
#
#slapd_krb5_ktname="/path/to/ldap.keytab"
..
start_precmd()
{
..
    if [ -n "${slapd_krb5_ktname}" ]; then
      export KRB5_KTNAME=${slapd_krb5_ktname}
    fi
..
}
..

Fix: 

It would be very useful for every squid rc.d script (www/squid, www/squid32, www/squid33)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-22 03:11:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tmseck

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-13 06:45:32 UTC
The maintainer has been reset in all squid ports, throw squid PRs back on heap
Comment 3 Pavel Timofeev 2014-08-13 06:56:26 UTC
I'm really interested in squid ports.
Hope idea of KRB5_KTNAME in rc.d script will be realized.
Hope squid34 will be in ports. There was a patch for that in mailing list.
I'll help as I can!
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-13 07:13:31 UTC
How about becoming the maintainer?  That would help.

Also, a patch attached to this PR would help.  (Read: mandatory) :)
Comment 5 Pavel Timofeev 2014-08-13 07:17:36 UTC
That would be great, but I'm too young and unskillfull for the real maintainership.
Comment 6 John Marino freebsd_committer freebsd_triage 2014-08-13 07:22:04 UTC
Actually, I think you probably do have the skills to do it.

And the port is not maintained at all (and apparently hasn't been for quite some time).  I suspect the port is better off in your hands than no hands at all.

And who knows, maybe the experience will help you pick up other interesting unmaintained ports as well.
Comment 7 John Marino freebsd_committer freebsd_triage 2014-08-17 13:08:38 UTC
closing due to lack of patch.
Note, squid33 is in *dire* need of a good maintainer.  It needs a lot more work.

Reopen when a patch is available.