summaryrefslogtreecommitdiff
path: root/www/squid/files
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-04-25 15:39:13 +0000
committertaca <taca@pkgsrc.org>2005-04-25 15:39:13 +0000
commite57babd9e744b9359eac78e7c490afa131e83e4a (patch)
tree53295866dfc2aa3ef2f1dc809f75c913a93237b0 /www/squid/files
parent95b5de3460b73dd68beddd4ff371cd02b0cb7e92 (diff)
downloadpkgsrc-e57babd9e744b9359eac78e7c490afa131e83e4a.tar.gz
Add new four official patches.
o 2005-04-23 01:38 (Minor Security) Fix for CVE-1999-0710: cachemgr malicouse use o 2005-04-22 20:48 (Cosmetic) PID file check fails when chrooting o 2005-04-24 16:35 (Minor) Make the use of the %m error page to return auth info messages o 2005-04-22 20:21 (Minor) Unrecognized cache-control directives are silently dropped pkgsrc change. - remove aufs from store I/O backend until it controlled by options.mk frame work. - remove patch-cd; it is covered by squid-2.5.STABLE9-transparent_port.patch. Bump PKGREVISION.
Diffstat (limited to 'www/squid/files')
-rw-r--r--www/squid/files/squid.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh
index 81e2cfec9ca..0f785ecc7cb 100644
--- a/www/squid/files/squid.sh
+++ b/www/squid/files/squid.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: squid.sh,v 1.17 2003/08/18 16:03:03 taca Exp $
+# $NetBSD: squid.sh,v 1.18 2005/04/25 15:39:14 taca Exp $
#
# PROVIDE: squid
@@ -12,7 +12,7 @@ conf_file="@PKG_SYSCONFDIR@/squid.conf"
name="squid"
rcvar=$name
command="@PREFIX@/sbin/${name}"
-pidfile="/var/run/${name}.pid"
+pidfile="@VARBASE@/run/${name}.pid"
required_files="${conf_file} @PKG_SYSCONFDIR@/mime.conf"
command_args="-Y -f $conf_file"