]> git.ipfire.org Git - thirdparty/squid.git/commit
Add cachemgr.conf.default for easier maintenance
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 13 May 2008 08:56:04 +0000 (20:56 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 13 May 2008 08:56:04 +0000 (20:56 +1200)
commit7b622eec79d35f7145d583aa4851d7dfe416cfdc
tree0b7dec5e8ff1053386a465436066ede721eaea97
parentbbfff290bbd0636b3333165e94f5c3f61f9cd24c
Add cachemgr.conf.default for easier maintenance

cachemgr.conf has for a long while been created conditionally if none
already existed, but no current new default file was added to compare
for new configuration options.

This patch reverts the behaviour to what was reportedy available in 2.5.
Adding a file named cachemgr.conf.default next to the cachemgr.conf

cachemgr.conf.default file is replaces unconditionally so that it remains
current with the most recently installed build.
cachemgr.conf itself is only created if not already present so as not to
loose local configuration changes.
tools/Makefile.am