pkgsrc/www/sarg/patches/patch-ac
xtraeme 5790c3aed1 Initial import of sarg-1.4.1 from pkgsrc-wip, packaged by Mike M. Volokhov.
SARG Squid Analysis Report Generator (formerly sqmgrlog) is a tool
that allow you to view "where" your users are going to on the
Internet. SARG generate reports in HTML showing users, IP addresses,
bytes, sites, and times.
2003-12-04 16:06:32 +00:00

22 lines
764 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/12/04 16:06:32 xtraeme Exp $
--- log.c.orig 2003-04-25 20:20:55.000000000 +0300
+++ log.c
@@ -133,7 +133,7 @@ int main(argc,argv)
ReportType[0]='\0';
UserTabFile[0]='\0';
- strcpy(AccessLog,"/usr/local/squid/var/logs/access.log");
+ strcpy(AccessLog,SQUID_ACCESSLOG);
sprintf(ExcludeCodes,"%s/exclude_codes",SYSCONFDIR);
strcpy(BgColor,"white");
strcpy(TxColor,"black");
@@ -146,7 +146,7 @@ int main(argc,argv)
strcpy(HeaderBgColor,"blanchedalmond");
strcpy(FontSize,"-1");
strcpy(TempDir,"/tmp");
- strcpy(OutputDir,"/usr/local/etc/httpd/htdocs/squid-reports");
+ strcpy(OutputDir,SARG_REPORTSDIR);
strcpy(Ip2Name,"no");
strcpy(DateFormat,"u");
strcpy(OverwriteReport,"no");