From: wessels <> Date: Thu, 31 Oct 1996 14:28:58 +0000 (+0000) Subject: add -Y X-Git-Tag: SQUID_3_0_PRE1~5557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfd245e6edd9203cbed9cec7fa1ea104899c0b8e;p=thirdparty%2Fsquid.git add -Y --- diff --git a/scripts/RunCache.in b/scripts/RunCache.in index 7e7fbcb2bd..53f9027a2c 100644 --- a/scripts/RunCache.in +++ b/scripts/RunCache.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: RunCache.in,v 1.6 1996/07/09 03:41:15 wessels Exp $ +# $Id: RunCache.in,v 1.7 1996/10/31 07:28:58 wessels Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -16,9 +16,9 @@ fi failcount=0 while : ; do - echo "Running: squid -s $conf >> $logdir/squid.out 2>&1" + echo "Running: squid -sY $conf >> $logdir/squid.out 2>&1" start=`date '+%d%H%M%S'` - squid -s $conf >> $logdir/squid.out 2>&1 + squid -sY $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