From 5375428ccc4e9296142e7b77370ab6dddac3dfff Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 22 Nov 1997 00:28:11 +0000 Subject: [PATCH] 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... --- src/cf.data.pre | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2