]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From: Henrik Nordstrom <hno@hem.passagen.se>
authorwessels <>
Sat, 22 Nov 1997 00:28:11 +0000 (00:28 +0000)
committerwessels <>
Sat, 22 Nov 1997 00:28:11 +0000 (00:28 +0000)
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

index bc6202ed84d184d6684aa6cd44f429846a7a6d95..827175242f63c63648039a9549cf16537f42f5c2 100644 (file)
@@ -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