From: hno <> Date: Sun, 4 Apr 2004 19:57:30 +0000 (+0000) Subject: Bug #877: cache_swap_log still refers to "swap.log" filename X-Git-Tag: SQUID_3_0_PRE4~1113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2529a2cc0161da4f112c573ed896f2978cb9dc7;p=thirdparty%2Fsquid.git Bug #877: cache_swap_log still refers to "swap.log" filename 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) --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 8e31b02d79..5ebdc323c0 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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