diff options
author | tron <tron@pkgsrc.org> | 2001-11-23 10:22:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-23 10:22:53 +0000 |
commit | f4354210d09fd18fe50f3aba60a8c908c478d2bd (patch) | |
tree | 7749d0b4feb8b275810786b45587262a86870e8b /www/squid/PLIST | |
parent | d8108db043562700564ce707200e1404562591c0 (diff) | |
download | pkgsrc-f4354210d09fd18fe50f3aba60a8c908c478d2bd.tar.gz |
Fix problems caused by recent changes: the example configuration files get
installed into "etc/squid" (and are not moved arround after installation).
The message of the install script matches the actual layout again and is
adapted to changes to "SQUID_SYSCONFDIR".
Diffstat (limited to 'www/squid/PLIST')
-rw-r--r-- | www/squid/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/PLIST b/www/squid/PLIST index e242307d564..b2f0c9170d9 100644 --- a/www/squid/PLIST +++ b/www/squid/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/17 23:47:24 kim Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/11/23 10:22:53 tron Exp $ etc/rc.d/squid -share/squid/mime.conf.default -share/squid/squid.conf.default -@unexec rmdir %D/share/squid 2>/dev/null || true +etc/squid/mime.conf.default +etc/squid/squid.conf.default +@unexec rmdir %D/etc/squid 2>/dev/null || true libexec/cachemgr.cgi sbin/RunAccel sbin/RunCache |