cvsdist 9f3948d
--- squid-2.5.STABLE4/QUICKSTART.location	2003-07-18 04:53:27.000000000 -0400
cvsdist 9f3948d
+++ squid-2.5.STABLE4/QUICKSTART	2003-09-23 15:52:16.000000000 -0400
cvsdist 9f3948d
@@ -12,10 +12,9 @@
cvsdist 9f3948d
 INSTALL in the same directory), you have to configure the squid.conf
cvsdist 9f3948d
 file. This is the list of the values you *need* to change, because no
cvsdist 9f3948d
 sensible defaults could be defined. Do not touch the other variables
cvsdist 9f3948d
-for now.  We assume you have installed Squid in the default location:
cvsdist 9f3948d
-/usr/local/squid
cvsdist 9f3948d
+for now.
cvsdist 9f3948d
 
cvsdist 9f3948d
-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
cvsdist 9f3948d
+Uncomment and edit the following lines in /etc/squid/squid.conf:
cvsdist 9f3948d
 
cvsdist 9f3948d
 ==============================================================================
cvsdist 9f3948d
 
cvsdist 9f3948d
@@ -26,7 +25,7 @@
cvsdist 9f3948d
     always ask permission before adding a parent cache. See also the
cvsdist 9f3948d
     never_direct/always_direct directives.
cvsdist 9f3948d
 
cvsdist 9f3948d
-cache_dir /usr/local/squid/var/cache 100 16 256
cvsdist 9f3948d
+cache_dir /var/spool/squid 100 16 256
cvsdist 9f3948d
 
cvsdist 9f3948d
     Add here (first number, here 100) the amount of hard disk space 
cvsdist 9f3948d
     (in megabytes) to devote to caching.
cvsdist 9f3948d
@@ -69,8 +68,8 @@
cvsdist 9f3948d
 After editing squid.conf to your liking, run Squid from the command
cvsdist 9f3948d
 line TWICE:
cvsdist 9f3948d
 
cvsdist 9f3948d
-    % /usr/local/squid/sbin/squid -z
cvsdist 9f3948d
-    % /usr/local/squid/sbin/squid 
cvsdist 9f3948d
+    % /usr/sbin/squid -z
cvsdist 9f3948d
+    % /usr/sbin/squid 
cvsdist 9f3948d
 
cvsdist 9f3948d
 Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
cvsdist 9f3948d
 everything is all right.