]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
date: 2003/01/06 20:52:13; author: wessels; state: Exp; lines: +2 -2
authorhno <>
Thu, 9 Jan 2003 18:39:53 +0000 (18:39 +0000)
committerhno <>
Thu, 9 Jan 2003 18:39:53 +0000 (18:39 +0000)
Squid binary is now in ${exec_prefix}/sbin

scripts/RunAccel.in
scripts/RunCache.in

index eea05e5e1bc33ee7c1d56321fdc5209d99a81920..0f17f86d3344e2831ee2e13ede71ac290e72becd 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#  $Id: RunAccel.in,v 1.5 1999/01/29 18:19:45 wessels Exp $
+#  $Id: RunAccel.in,v 1.6 2003/01/09 11:39:53 hno Exp $
 
 # enable HTTP requests on port 80
 port="-a 80"
@@ -8,7 +8,7 @@ port="-a 80"
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 logdir=@localstatedir@
-PATH=@bindir@:/bin:/usr/bin
+PATH=@sbindir@:/bin:/usr/bin
 export PATH
 
 if test $# = 1 ; then
index 24aab3b7af1cf7aacac2957407c69cd573d5a2a0..2d285ac4f580c35ca748897ab86ef28b8b5d05fc 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-#  $Id: RunCache.in,v 1.9 1999/01/29 18:19:46 wessels Exp $
+#  $Id: RunCache.in,v 1.10 2003/01/09 11:39:53 hno Exp $
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 logdir=@localstatedir@
-PATH=@bindir@:/bin:/usr/bin
+PATH=@sbindir@:/bin:/usr/bin
 export PATH
 
 conf=""