diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-11-06 16:37:26 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-11-06 16:37:26 +0000 |
commit | a6d6133eb72fcd6b8e86a25adeb96df2174b83e1 (patch) | |
tree | c0f8e957cc2d4ccbd4c9df42903cc906fe942f7d /www/squid26/pkg-plist | |
parent | Upgrade to version 3.2 (diff) |
Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixes
and stability measures.
This port installs in a "FreeBSD-native" tree (like apache) rather than
with a mini hierarchy under /usr/local/squid/{bin,etc,cache,logs,...}
(the default behavior seems to have changed between 1.0.0 and 1.0.20)
Also, build a rc.d/squid.sh script.
Diffstat (limited to 'www/squid26/pkg-plist')
-rw-r--r-- | www/squid26/pkg-plist | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/www/squid26/pkg-plist b/www/squid26/pkg-plist index b5d11ef67b1e..d2506d04b87a 100644 --- a/www/squid26/pkg-plist +++ b/www/squid26/pkg-plist @@ -1,8 +1,11 @@ -bin/RunCache -bin/RunAccel -bin/squid -bin/client -bin/dnsserver -bin/ftpget -bin/cachemgr.cgi -etc/squid.conf.default +sbin/RunCache +sbin/RunAccel +sbin/squid +sbin/client +sbin/dnsserver +sbin/ftpget +sbin/cachemgr.cgi +etc/squid/squid.conf.default +etc/rc.d/squid.sh +@exec mkdir -p %D/squid/cache +@exec mkdir -p %D/squid/logs |