From: wessels <> Date: Wed, 5 Aug 1998 02:59:32 +0000 (+0000) Subject: add timestamp X-Git-Tag: SQUID_3_0_PRE1~2934 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1832184fd07b215321322c7d1f6ca9c3c2c5454e;p=thirdparty%2Fsquid.git add timestamp --- diff --git a/scripts/RunCache.in b/scripts/RunCache.in index 53f9027a2c..f96b027894 100644 --- a/scripts/RunCache.in +++ b/scripts/RunCache.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: RunCache.in,v 1.7 1996/10/31 07:28:58 wessels Exp $ +# $Id: RunCache.in,v 1.8 1998/08/04 20:59:32 wessels Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -17,6 +17,7 @@ fi failcount=0 while : ; do echo "Running: squid -sY $conf >> $logdir/squid.out 2>&1" + echo "Startup: `date`" >> $logdir/squid.out start=`date '+%d%H%M%S'` squid -sY $conf >> $logdir/squid.out 2>&1 stop=`date '+%d%H%M%S'`