]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid-location.patch
- up to 3.0.STABLE9
[packages/squid.git] / squid-location.patch
index ddafcf10952992fe27b0ce4d9be194255315b95f..fa1fd94db648871d4f9f3a4f8a1eb528ed49b9e0 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 -ur squid-2.6.STABLE19/QUICKSTART squid-2.6.STABLE19.new/QUICKSTART
+--- squid-2.6.STABLE19/QUICKSTART      2008-02-10 12:15:14.000000000 +0100
++++ squid-2.6.STABLE19.new/QUICKSTART  2008-03-22 08:51:07.389240901 +0100
+@@ -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 @@
-     Warning: Squid uses much more than this value.  Rule of thumb: if
-     you have N megabytes free for Squid, put N/3 here.
+     always ask permission before adding a parent cache. See also the
+     never_direct/always_direct directives.
  
--cache_dir /usr/local/squid/cache 100 16 256
-+cache_dir /var/spool/squid 100 16 256
+-cache_dir ufs /usr/local/squid/var/cache 100 16 256
++cache_dir ufs /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 @@
+@@ -69,10 +68,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.
+ everything is all right.
  
+ Once Squid created all its files (it can take several minutes on some
+Tylko w squid-2.6.STABLE19.new/: QUICKSTART~
This page took 0.054594 seconds and 4 git commands to generate.