| 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: | |||
Responsible Changed From-To: freebsd-ports-bugs->tmseck Over to maintainer (via the GNATS Auto Assign Tool) The maintainer has been reset in all squid ports, throw squid PRs back on heap 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! How about becoming the maintainer? That would help. Also, a patch attached to this PR would help. (Read: mandatory) :) That would be great, but I'm too young and unskillfull for the real maintainership. 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. 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. |
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)