diff options
author | adam <adam@pkgsrc.org> | 2013-02-13 18:20:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-13 18:20:45 +0000 |
commit | b90035143a9984936e1e4547170486e3ad43e699 (patch) | |
tree | dd671e36c6ef06807b49574c57fde501e1108ef6 | |
parent | 4bcd901cae29e43c2413cfe34dfe0eae777c0e10 (diff) | |
download | pkgsrc-b90035143a9984936e1e4547170486e3ad43e699.tar.gz |
PLIST fix for LDAP option enabled
-rw-r--r-- | www/squid3/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid3/PLIST b/www/squid3/PLIST index aff802751d2..f71a6ee8293 100644 --- a/www/squid3/PLIST +++ b/www/squid3/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2013/02/10 18:16:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/02/13 18:20:45 adam Exp $ bin/purge bin/squidclient ${PLIST.ba_getpwnam}libexec/basic_getpwnam_auth +${PLIST.ba_LDAP}libexec/basic_ldap_auth ${PLIST.ba_MSNT}libexec/basic_msnt_auth ${PLIST.ba_NCSA}libexec/basic_ncsa_auth ${PLIST.ba_NIS}libexec/basic_nis_auth @@ -9,6 +10,7 @@ ${PLIST.ba_PAM}libexec/basic_pam_auth libexec/cachemgr.cgi ${PLIST.da_ldap}libexec/digest_ldap_auth ${PLIST.diskd}libexec/diskd +${PLIST.eacl_ldap_group}libexec/ext_ldap_group_acl ${PLIST.eacl_unix_group}libexec/ext_unix_group_acl libexec/helper-mux.pl libexec/log_db_daemon @@ -17,22 +19,20 @@ ${PLIST.ta_kerberos}libexec/negotiate_kerberos_auth ${PLIST.ta_kerberos}libexec/negotiate_kerberos_auth_test ${PLIST.na_SMB}libexec/ntlm_auth libexec/pinger -${PLIST.ba_LDAP}libexec/squid_ldap_auth -${PLIST.eacl_ldap_group}libexec/squid_ldap_group ${PLIST.unlinkd}libexec/unlinkd libexec/url_fake_rewrite libexec/url_fake_rewrite.sh man/man1/squidclient.1 man/man8/cachemgr.cgi.8 ${PLIST.ba_getpwnam}man/man8/basic_getpwnam_auth.8 +${PLIST.ba_LDAP}man/man8/basic_ldap_auth.8 ${PLIST.ba_NCSA}man/man8/basic_ncsa_auth.8 ${PLIST.ba_PAM}man/man8/basic_pam_auth.8 +${PLIST.eacl_ldap_group}man/man8/ext_ldap_group_acl.8 ${PLIST.eacl_unix_group}man/man8/ext_unix_group_acl.8 ${PLIST.ta_kerberos}man/man8/negotiate_kerberos_auth.8 man/man8/log_db_daemon.8 man/man8/squid.8 -${PLIST.ba_LDAP}man/man8/squid_ldap_auth.8 -${PLIST.eacl_ldap_group}man/man8/squid_ldap_group.8 sbin/squid share/doc/squid/ChangeLog share/doc/squid/README.FreeBSD |