Index: INSTALL
===================================================================
RCS file: /cvsroot/squid/squid/INSTALL,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 INSTALL
--- INSTALL	26 Jan 2000 03:21:46 -0000	1.1.1.1
+++ INSTALL	25 Jul 2002 14:16:24 -0000
@@ -10,7 +10,7 @@ To run a Cache, you will need to:
 	      % vi /usr/local/squid/etc/squid.conf
 
 	2. start the cache:
-	      % /usr/local/squid/bin/squid
+	      % /usr/local/squid/sbin/squid
 
 If you want to use the WWW interface to the Cache Manager, copy
 the cachemgr.cgi program into your httpd server's cgi-bin
Index: QUICKSTART
===================================================================
RCS file: /cvsroot/squid/squid/QUICKSTART,v
retrieving revision 1.2
diff -u -p -r1.2 QUICKSTART
--- QUICKSTART	20 Nov 2001 21:50:28 -0000	1.2
+++ QUICKSTART	25 Jul 2002 14:16:24 -0000
@@ -77,8 +77,8 @@ visible_hostname
 After editing squid.conf to your liking, run Squid from the command
 line TWICE:
 
-    % /usr/local/squid/bin/squid -z
-    % /usr/local/squid/bin/squid 
+    % /usr/local/squid/sbin/squid -z
+    % /usr/local/squid/sbin/squid 
 
 Check in the cache.log (/usr/local/squid/logs/cache.log) that
 everything is all right.  Note that "WARNING: Cannot write to swap
Index: contrib/nextstep/Makefile.real
===================================================================
RCS file: /cvsroot/squid/squid/contrib/nextstep/Makefile.real,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile.real
--- contrib/nextstep/Makefile.real	5 Mar 2001 22:11:26 -0000	1.1
+++ contrib/nextstep/Makefile.real	25 Jul 2002 14:16:24 -0000
@@ -5,7 +5,7 @@ TIMESTAMP=.pkg_made
 PKGNAME=${PRG}.pkg
 TARNAME=${PRG}-${VERSION}.${ARCHS}.tar.gz
 
-${TIMESTAMP}: /usr/local/squid/bin/squid Squid.pkg.README info.in post_install \
+${TIMESTAMP}: /usr/local/squid/sbin/squid Squid.pkg.README info.in post_install \
 	pre_install makepkg Makefile.real
 	./makepkg
 	touch ${TIMESTAMP}

