]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #877: cache_swap_log still refers to "swap.log" filename
authorhno <>
Sun, 4 Apr 2004 19:57:30 +0000 (19:57 +0000)
committerhno <>
Sun, 4 Apr 2004 19:57:30 +0000 (19:57 +0000)
swap.log was renamed to swap.state very many versions ago, but squid.conf
documentation still referred to the old "swap.log" name.

This patch also officially renames cache_swap_log to cache_swap_state with
the old name still accepted. (squid-2.5.STABLE6 will also accept the new
name)

src/cf.data.pre

index 8e31b02d7975e1c56f7cc54ba1b54fb0ce5a5254..5ebdc323c018efb55af3daf9f1465e68543c1dd6 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.345 2004/04/03 14:07:38 hno Exp $
+# $Id: cf.data.pre,v 1.346 2004/04/04 13:57:30 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1225,14 +1225,14 @@ DOC_START
 DOC_END
 
 
-NAME: cache_swap_log
+NAME: cache_swap_state cache_swap_log
 TYPE: string
 LOC: Config.Log.swap
 DEFAULT: none
 DOC_START
-       Location for the cache "swap.log."  This log file holds the
-       metadata of objects saved on disk.  It is used to rebuild the
-       cache during startup.  Normally this file resides in each
+       Location for the cache "swap.state" file. This index file holds
+       the metadata of objects saved on disk.  It is used to rebuild
+       the cache during startup.  Normally this file resides in each
        'cache_dir' directory, but you may specify an alternate
        pathname here.  Note you must give a full filename, not just
        a directory. Since this is the index for the whole object