]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add timestamp
authorwessels <>
Wed, 5 Aug 1998 02:59:32 +0000 (02:59 +0000)
committerwessels <>
Wed, 5 Aug 1998 02:59:32 +0000 (02:59 +0000)
scripts/RunCache.in

index 53f9027a2cd8471dda95aee3428540b070293a77..f96b02789464bcaa3cf406bb109c6f185a9bd548 100644 (file)
@@ -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'`