]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid-location.patch
- updated
[packages/squid.git] / squid-location.patch
index ddafcf10952992fe27b0ce4d9be194255315b95f..38f9bee9b0467f941b99a8ece1f6f40fe460a574 100644 (file)
@@ -1,6 +1,7 @@
---- squid-2.3.STABLE4/QUICKSTART.loc   Fri Jan 19 12:47:07 2001
-+++ squid-2.3.STABLE4/QUICKSTART       Fri Jan 19 12:48:22 2001
-@@ -7,10 +7,9 @@
+diff -urN squid-2.5.STABLE2.org/QUICKSTART squid-2.5.STABLE2/QUICKSTART
+--- squid-2.5.STABLE2.org/QUICKSTART   Sat Apr 12 12:06:45 2003
++++ squid-2.5.STABLE2/QUICKSTART       Sat Apr 12 12:18:58 2003
+@@ -12,10 +12,9 @@
  INSTALL in the same directory), you have to configure the squid.conf
  file. This is the list of the values you *need* to change, because no
  sensible defaults could be defined. Do not touch the other variables
  
  ==============================================================================
  
-@@ -26,7 +25,7 @@
+@@ -31,7 +30,7 @@
      Warning: Squid uses much more than this value.  Rule of thumb: if
      you have N megabytes free for Squid, put N/3 here.
  
--cache_dir /usr/local/squid/cache 100 16 256
-+cache_dir /var/spool/squid 100 16 256
+-cache_dir /usr/local/squid/var/cache 100 16 256
++cache_dir /var/cache/squid 100 16 256
  
      Add here (first number, here 100) the amount of hard disk space 
      (in megabytes) to devote to caching.
-@@ -70,10 +69,10 @@
+@@ -77,10 +76,10 @@
  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 
 +    % /usr/sbin/squid -z
 +    % /usr/sbin/squid 
  
--Check in the cache.log (/usr/local/squid/logs/cache.log) that
+-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
 +Check in the cache.log (/var/log/squid/cache.log) that
  everything is all right.  Note that "WARNING: Cannot write to swap
  directory" is normal the first time you run Squid.
This page took 0.063195 seconds and 4 git commands to generate.