From: Frédéric Marchal Date: Thu, 27 Aug 2009 07:16:40 +0000 (+0000) Subject: Changed the default access.log directory to match the usual directory of squid as... X-Git-Tag: v2_2_6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ef60fdc1cf516a092af07b8850683581762780;p=thirdparty%2Fsarg.git Changed the default access.log directory to match the usual directory of squid as suggested by Gentoo patch 01_all_sarg-2.2.3.1-lots-of-compiler-warnings.patch. --- diff --git a/log.c b/log.c index 0334e0b..413ce06 100644 --- a/log.c +++ b/log.c @@ -143,7 +143,7 @@ int main(int argc,char *argv[]) SquidGuardLogAlternate[0]='\0'; arq[0]='\0'; - strcpy(AccessLog,"/usr/local/squid/var/logs/access.log"); + strcpy(AccessLog,"/var/log/squid/access.log"); sprintf(ExcludeCodes,"%s/exclude_codes",SYSCONFDIR); strcpy(GraphDaysBytesBarColor,"orange"); strcpy(BgColor,"#ffffff");