From: wessels <> Date: Sat, 22 Nov 1997 00:28:11 +0000 (+0000) Subject: From: Henrik Nordstrom X-Git-Tag: SQUID_3_0_PRE1~4488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5375428ccc4e9296142e7b77370ab6dddac3dfff;p=thirdparty%2Fsquid.git From: Henrik Nordstrom Here is a small patch to make the generated squid.conf reflect the configured paths for cache_dir and cache_access_log... --- diff --git a/src/cf.data.pre b/src/cf.data.pre index bc6202ed84..827175242f 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -513,12 +513,12 @@ LOC: Config.cacheSwap DOC_START Directory for on-disk cache storage. The cache will change into this directory when running. The default is - /usr/local/squid/cache. + @DEFAULT_SWAP_DIR@. You can specify multiple cache_dir lines to spread the cache among different disk partitions. -cache_dir /usr/local/squid/cache 1000 16 256 +cache_dir @DEFAULT_SWAP_DIR@ 100 16 256 DOC_END @@ -530,7 +530,7 @@ DOC_START Logs the client request activity. Contains an entry for every HTTP and ICP request received. -cache_access_log /usr/local/squid/logs/access.log +cache_access_log @DEFAULT_ACCESS_LOG@ DOC_END