Blame SOURCES/squid-3.1.0.9-location.patch

585267
diff -up squid-3.1.0.9/QUICKSTART.location squid-3.1.0.9/QUICKSTART
585267
--- squid-3.1.0.9/QUICKSTART.location	2009-06-26 12:35:27.000000000 +0200
585267
+++ squid-3.1.0.9/QUICKSTART	2009-07-17 14:03:10.000000000 +0200
585267
@@ -10,10 +10,9 @@ After you retrieved, compiled and instal
585267
 INSTALL in the same directory), you have to configure the squid.conf
585267
 file. This is the list of the values you *need* to change, because no
585267
 sensible defaults could be defined. Do not touch the other variables
585267
-for now.  We assume you have installed Squid in the default location:
585267
-/usr/local/squid
585267
+for now.
585267
 
585267
-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
585267
+Uncomment and edit the following lines in /etc/squid/squid.conf:
585267
 
585267
 ==============================================================================
585267
 
585267
@@ -54,7 +53,7 @@ cache_effective_user
585267
 Some configuration lines which are optional but may be needed.
585267
 
585267
 
585267
-cache_dir ufs /usr/local/squid/var/cache 100 16 256
585267
+cache_dir ufs /var/spool/squid 100 16 256
585267
 
585267
     Add here (first number, here 100) the amount of hard disk space 
585267
     (in megabytes) to devote to caching.
585267
@@ -82,12 +81,12 @@ After editing squid.conf to your liking,
585267
 line TWICE:
585267
 
585267
 To create any disk cache_dir configured:
585267
-    % /usr/local/squid/sbin/squid -z
585267
+    % /usr/sbin/squid -z
585267
 
585267
 To start squid:
585267
-    % /usr/local/squid/sbin/squid 
585267
+    % /usr/sbin/squid 
585267
 
585267
-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
585267
+Check in the cache.log (/var/log/squid/cache.log) that
585267
 everything is all right.
585267
 
585267
 Once Squid created all its files (it can take several minutes on some