From: Henrik Nordstrom Date: Wed, 14 Oct 2009 19:46:36 +0000 (+0200) Subject: Bug #2628: Correct default log location to ../var/logs/squid.pid (same as logs) X-Git-Tag: SQUID_3_2_0_1~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a718f34213644ed455956c87ecb4e569ad4189eb;p=thirdparty%2Fsquid.git Bug #2628: Correct default log location to ../var/logs/squid.pid (same as logs) --- diff --git a/configure.in b/configure.in index c4821979ca..655dfaf3ad 100644 --- a/configure.in +++ b/configure.in @@ -177,7 +177,7 @@ AC_ARG_WITH(logdir, ) AC_SUBST(DEFAULT_LOG_DIR) -DEFAULT_PIDFILE="$localstatedir/squid.pid" +DEFAULT_PIDFILE="$DEFAULT_LOG_DIR/squid.pid" AC_ARG_WITH(pidfile, AS_HELP_STRING([--with-pidfile=PATH],[Default location for squid PID file. default: $DEFAULT_PIDFILE]), [ case $withval in