openbsd-ports/www/sarg/patches/patch-splitlog_c
rpe 07af9fee51 update sarg to 2.3.3
- take maintainership from Douglas Santos <dsantos@hydroxyl.org>
- add ldap flavor for loginname to username translation via ldap

feedback from and ok sthen@
2012-11-21 21:42:07 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-splitlog_c,v 1.5 2012/11/21 21:42:07 rpe Exp $
--- splitlog.c.orig Wed Nov 14 21:04:27 2012
+++ splitlog.c Wed Nov 14 21:06:25 2012
@@ -76,7 +76,7 @@ void splitlog(const char *arq, const char *df, int dfr
}
if(arq[0] == '\0')
- arq="/var/log/squid/access.log";
+ arq="/var/squid/logs/access.log";
if (arq[0]=='-' && arq[1]=='\0') {
fp_in=stdin;