]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4707: purge tool does not obey --sysconfdir= build option (#210)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 22 May 2018 12:55:35 +0000 (12:55 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 23 May 2018 20:11:58 +0000 (08:11 +1200)
commiteeefe741c7401a1943b034bf6bf31ccdb0ecd54e
treea0b0f4106ec951f377f7a678fb9a123166a5f3e7
parenteaf3cfe8ed124b65bcee4025df6c80ede482a411
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