092433c
diff -up squid-3.0.STABLE2/QUICKSTART.location squid-3.0.STABLE2/QUICKSTART
092433c
--- squid-3.0.STABLE2/QUICKSTART.location	2008-02-10 12:04:32.000000000 +0100
092433c
+++ squid-3.0.STABLE2/QUICKSTART	2008-03-11 15:53:36.000000000 +0100
3de4f62
@@ -12,10 +12,9 @@ After you retrieved, compiled and instal
cvsdist 650402e
 INSTALL in the same directory), you have to configure the squid.conf
cvsdist 650402e
 file. This is the list of the values you *need* to change, because no
cvsdist 650402e
 sensible defaults could be defined. Do not touch the other variables
cvsdist 650402e
-for now.  We assume you have installed Squid in the default location:
cvsdist 650402e
-/usr/local/squid
cvsdist 650402e
+for now.
cvsdist 650402e
 
cvsdist 650402e
-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
cvsdist 650402e
+Uncomment and edit the following lines in /etc/squid/squid.conf:
cvsdist 650402e
 
cvsdist 650402e
 ==============================================================================
cvsdist 650402e
 
3de4f62
@@ -26,7 +25,7 @@ cache_peer, never_direct/always_direct
cvsdist 650402e
     always ask permission before adding a parent cache. See also the
cvsdist 650402e
     never_direct/always_direct directives.
cvsdist 650402e
 
092433c
-cache_dir ufs /usr/local/squid/var/cache 100 16 256
092433c
+cache_dir ufs /var/spool/squid 100 16 256
cvsdist 650402e
 
cvsdist 650402e
     Add here (first number, here 100) the amount of hard disk space 
cvsdist 650402e
     (in megabytes) to devote to caching.
092433c
@@ -69,10 +68,10 @@ visible_hostname
cvsdist 650402e
 After editing squid.conf to your liking, run Squid from the command
cvsdist 650402e
 line TWICE:
cvsdist 650402e
 
cvsdist 650402e
-    % /usr/local/squid/sbin/squid -z
cvsdist 650402e
-    % /usr/local/squid/sbin/squid 
cvsdist 650402e
+    % /usr/sbin/squid -z
cvsdist 650402e
+    % /usr/sbin/squid 
cvsdist 650402e
 
092433c
-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
092433c
+Check in the cache.log (/var/log/squid/cache.log) that
cvsdist 650402e
 everything is all right.
092433c
 
092433c
 Once Squid created all its files (it can take several minutes on some