]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4707: purge tool does not obey --sysconfdir= build option (#210) M-staged-PR210
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 22 May 2018 12:55:35 +0000 (12:55 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 22 May 2018 14:46:41 +0000 (14:46 +0000)
commit23cf13daa73ade6fe07cbf550696e2c39bef9bff
tree63ca73d04b19ba8d1297f8db15ab5678d8142f39
parenta2a12dec1b0ff07da483ed8fb4ec3092946d751a
Bug 4707: purge tool does not obey --sysconfdir= build option (#210)

The purge tool was still using DEFAULT_SQUID_CONF macro from
before it was bundled with Squid, which had no connection to our
./configure script.

Update it to the DEFAULT_CONFIG_FILE macro used by other Squid
binaries and fix some existing issues with that macro's use by
binaries outside 'squid'.
src/Common.am
src/Makefile.am
src/WinSvc.cc
src/globals.h
src/icmp/Makefile.am
src/main.cc
tools/purge/conffile.hh
tools/purge/purge.cc