summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/patches/patch-ag23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/squid/patches/patch-ag b/www/squid/patches/patch-ag
new file mode 100644
index 00000000000..f1efd1bef32
--- /dev/null
+++ b/www/squid/patches/patch-ag
@@ -0,0 +1,23 @@
+--- scripts/RunCache.in.orig Thu Oct 31 08:28:58 1996
++++ scripts/RunCache.in Sun May 24 21:53:01 1998
+@@ -4,7 +4,7 @@
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-logdir=@localstatedir@
++logdir=/var/run
+ PATH=@bindir@:/bin:/usr/bin
+ export PATH
+
+@@ -16,9 +16,9 @@
+
+ failcount=0
+ while : ; do
+- echo "Running: squid -sY $conf >> $logdir/squid.out 2>&1"
++ echo "Running: squid -Y $conf >> $logdir/squid.out 2>&1"
+ start=`date '+%d%H%M%S'`
+- squid -sY $conf >> $logdir/squid.out 2>&1
++ squid -Y $conf >> $logdir/squid.out 2>&1
+ stop=`date '+%d%H%M%S'`
+ t=`expr $stop - $start`
+ if test 0 -le $t -a $t -lt 5 ; then