]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update comments
authorwessels <>
Fri, 4 Dec 1998 23:37:07 +0000 (23:37 +0000)
committerwessels <>
Fri, 4 Dec 1998 23:37:07 +0000 (23:37 +0000)
src/cf.data.pre

index d864965760e1ffbbeec2bd95298c66d0be11cda5..88e4d7db867818450a2037bf4aed64e0ff048aee 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.127 1998/11/26 01:22:26 glenn Exp $
+# $Id: cf.data.pre,v 1.128 1998/12/04 16:37:07 wessels Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -668,6 +668,21 @@ DOC_START
        a directory. Since this is the index for the whole object
        list you CANNOT periodically rotate it!
 
+       If you have more than one 'cache_dir', these swap logs will
+       have names such as:
+
+               cache_swap_log.00
+               cache_swap_log.01
+               cache_swap_log.02
+
+       The numbered extension (which is added automatically)
+       corresponds to the order of the 'cache_dir' lines in this
+       configuration file.  If you change the order of the 'cache_dir'
+       lines in this file, then these log files will NOT correspond to
+       the correct 'cache_dir' entry (unless you manually rename
+       them).  We recommend that you do NOT use this option.  It is
+       better to keep these log files in each 'cache_dir' directory.
+
 cache_swap_log
 DOC_END