$NetBSD: patch-af,v 1.2 2006/05/22 03:44:55 ben Exp $ --- splitlog.c.orig 2005-11-29 08:39:45.000000000 -0800 +++ splitlog.c @@ -39,7 +39,7 @@ void splitlog(char *arq, char *df, int d struct tm *t; if(arq[0] == '\0') - strcpy(arq,"/usr/local/squid/logs/access.log"); + strcpy(arq,SQUID_ACCESSLOG); if((fp_in=fopen(arq,"r"))==NULL) { fprintf(stderr, "SARG: (splitlog) %s: %s\n",text[8],arq);