Here is a small patch to make the generated squid.conf reflect the
configured paths for cache_dir and cache_access_log...
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
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