43fe473
diff -up squid-3.0.STABLE2/QUICKSTART.location squid-3.0.STABLE2/QUICKSTART
43fe473
--- squid-3.0.STABLE2/QUICKSTART.location	2008-02-10 12:04:32.000000000 +0100
43fe473
+++ squid-3.0.STABLE2/QUICKSTART	2008-03-11 15:53:36.000000000 +0100
f73a4b2
@@ -12,10 +12,9 @@ After you retrieved, compiled and instal
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
 
f73a4b2
@@ -26,7 +25,7 @@ cache_peer, never_direct/always_direct
cvsdist 9f3948d
     always ask permission before adding a parent cache. See also the
cvsdist 9f3948d
     never_direct/always_direct directives.
cvsdist 9f3948d
 
43fe473
-cache_dir ufs /usr/local/squid/var/cache 100 16 256
43fe473
+cache_dir ufs /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.
43fe473
@@ -69,10 +68,10 @@ visible_hostname
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
 
43fe473
-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
43fe473
+Check in the cache.log (/var/log/squid/cache.log) that
cvsdist 9f3948d
 everything is all right.
43fe473
 
43fe473
 Once Squid created all its files (it can take several minutes on some