summaryrefslogtreecommitdiff
path: root/www/squid/files
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2003-08-18 16:03:01 +0000
committertaca <taca@pkgsrc.org>2003-08-18 16:03:01 +0000
commit67ffacebec7c22a9bf39b307959a91803a9bff9d (patch)
tree44601a7a6e1121a18bf4f56bf6c13e3dd49d6c0f /www/squid/files
parent6dc93df3658c9cdf717ded14e879852ddf8bea20 (diff)
downloadpkgsrc-67ffacebec7c22a9bf39b307959a91803a9bff9d.tar.gz
Update squid package to squid-2.5.3nb3.
- fix startup script as PR pkg/22502 by Steven M. Bellovin - includes newer official squid patches except squid-2.5.STABLE3-coss-improvements-2.patch (which is broken). o 2003-07-22 15:22 (Cosmetic) statCounter.syscalls.disk counters treated inconsistently o 2003-07-25 17:25 (Minor) Improvements to the (experimental) COSS storage scheme. o 2003-07-28 09:28 (Minor) Blank username logging fix o 2003-07-29 22:29 (Minor) More improvements to the (experimental) COSS storage scheme. o 2003-08-06 13:06 (Medium) assertion failed: http.c:869: "-1 == cfd || FD_SOCKET == fd_table[cfd].type" o 2003-08-06 14:06 (Medium) assertion failed: client_side.c:1478: "size > 0" when using aufs o 2003-08-06 14:06 (Minor) aufs calculates the number of threads and queue limits wrongly o 2003-08-10 07:10 (Cosmetic) Compile error in auth/digest_auth.c o 2003-08-10 19:10 (Minor) Username not logged into ACCESS.LOG in case of /407 o 2003-08-13 00:13 (Minor) ICP dynamic timeout algorithm ignores multicast
Diffstat (limited to 'www/squid/files')
-rw-r--r--www/squid/files/squid.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh
index 119838decb2..81e2cfec9ca 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.16 2002/09/27 17:15:56 grant Exp $
+# $NetBSD: squid.sh,v 1.17 2003/08/18 16:03:03 taca Exp $
#
# PROVIDE: squid
@@ -10,6 +10,7 @@
conf_file="@PKG_SYSCONFDIR@/squid.conf"
name="squid"
+rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="${conf_file} @PKG_SYSCONFDIR@/mime.conf"