]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #2628: Correct default log location to ../var/logs/squid.pid (same as logs)
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 14 Oct 2009 19:46:36 +0000 (21:46 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 14 Oct 2009 19:46:36 +0000 (21:46 +0200)
configure.in

index c4821979cafa89449cd7f7cc0d1228d7cdd0c9a8..655dfaf3ad1fa98b1343d7ad88ef27a92aa29478 100644 (file)
@@ -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