summaryrefslogtreecommitdiff
path: root/www/squid/pkg
diff options
context:
space:
mode:
authortron <tron>1998-12-06 12:42:00 +0000
committertron <tron>1998-12-06 12:42:00 +0000
commit21674d2868a544f56089b48b77ce077b40a5cf84 (patch)
tree515b2cea6e583f72c325e9a48e9d08b8fcd31983 /www/squid/pkg
parent10b1cdebfe9c75ad92d3f47a5f229f4087294424 (diff)
downloadpkgsrc-21674d2868a544f56089b48b77ce077b40a5cf84.tar.gz
Sync with "squid-current" package.
Diffstat (limited to 'www/squid/pkg')
-rw-r--r--www/squid/pkg/INSTALL14
-rw-r--r--www/squid/pkg/PLIST17
2 files changed, 14 insertions, 17 deletions
diff --git a/www/squid/pkg/INSTALL b/www/squid/pkg/INSTALL
index 663a48938ba..386f738c067 100644
--- a/www/squid/pkg/INSTALL
+++ b/www/squid/pkg/INSTALL
@@ -1,11 +1,12 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.2 1998/08/07 11:14:28 agc Exp $
+# $NetBSD: INSTALL,v 1.3 1998/12/06 12:42:01 tron Exp $
#
PKGNAME=$1
+DEFCONF=$2
-case $2 in
+case $3 in
PRE-INSTALL)
;;
POST-INSTALL)
@@ -16,13 +17,14 @@ case $2 in
echo " configuring your WWW Navigator (Netscape, Mosaic,...)"
echo " to use it as a proxy server."
echo ""
- echo " o copy \"squid.conf.default\" to \"squid.conf\" and edit it"
- echo " as required. You should pay attention to the ACTUAL"
- echo " locations of the cache \"spool\" logfiles and pidfile."
+ echo " o copy \"${DEFCONF}\" to \"/etc/squid.conf\""
+ echo " and edit it as required. You should pay attention to"
+ echo " the ACTUAL locations of the cache \"spool\" logfiles"
+ echo " and pidfile."
echo ""
;;
*)
- echo "Unexpected Argument $2!!!"
+ echo "Unexpected Argument $3!!!"
exit 1
;;
esac
diff --git a/www/squid/pkg/PLIST b/www/squid/pkg/PLIST
index fa985d8d281..e92619000c2 100644
--- a/www/squid/pkg/PLIST
+++ b/www/squid/pkg/PLIST
@@ -1,15 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 1998/05/24 20:02:05 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/12/06 12:42:01 tron Exp $
+etc/rc.d/squid.sh
+libexec/cachemgr.cgi
+libexec/dnsserver
+libexec/pinger
+libexec/unlinkd
sbin/RunAccel
sbin/RunCache
-sbin/cachemgr.cgi
sbin/client
-sbin/dnsserver
-sbin/ftpget
-sbin/pinger
sbin/squid
-sbin/unlinkd
-etc/rc.d/squid.sh
-etc/squid/squid.conf.default
-@exec cp %F %D/etc/squid/squid.conf
-@unexec rm -f %D/etc/squid/squid.conf
-@dirrm etc/squid