head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2001.12.01.15.08.03; author jlam; state dead; branches; next 1.4; 1.4 date 2000.10.18.16.41.26; author mjl; state Exp; branches; next 1.3; 1.3 date 99.08.26.20.25.43; author mjl; state Exp; branches; next 1.2; 1.2 date 99.03.23.21.16.06; author mjl; state Exp; branches; next 1.1; 1.1 date 98.11.07.13.22.53; author frueauf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.11.07.13.22.53; author frueauf; state Exp; branches; next ; desc @@ 1.5 log @Buildlink'ify, respect PKG_SYSCONFDIR, and use the general INSTALL scripts. @ text @$NetBSD: patch-ab,v 1.4 2000/10/18 16:41:26 mjl Exp $ --- webalizer.c.orig Tue Oct 17 06:15:53 2000 +++ webalizer.c Wed Oct 18 18:12:27 2000 @@@@ -267,6 +267,8 @@@@ /* check for default config file */ if (!access("webalizer.conf",F_OK)) get_config("webalizer.conf"); + else if (!access(PREFIX "/etc/webalizer.conf", F_OK)) + get_config(PREFIX "/etc/webalizer.conf"); else if (!access(tmp_buf,F_OK)) get_config(tmp_buf); @ 1.4 log @Updated to 2.01.06. Changes include: o Fixed possible segfault condition in MangleAgent code on some malformed user agent names. o Fixed DNS to prevent hangs on blank and malformed hostnames. o Fixed problem calculating visits. o Fixed hostname lowercase problem (wasn't) when using DNS lookups. o Fixed problem with incremental datafile which could cause a read error under certain circumstances o Fixed problem with hash table node creation o Fixed problem where country graph could be produced incorrectly o Found and fixed a problem with a possible 32-bit wrap around o Added DailyGraph and DailyStats configuration options o Improved visit calculation logic to reduce 'false' counts o Added reverse DNS lookup capability. o Added ability to dump Sites, URL's, Referrers, User Agents, Usernames and Search Strings to tab delimited files o Added username analysis, based on usernames found in the log, o Added the ability to display ALL sites, URL's, Referrers, User Agents and Search Strings on a seperate HTML page o Added support for squid proxy logs o Completely modified the way the various TOP tables are handled and sorted o Added the ability to group domains automatically o Added user configurable search engine specification o Changed code to use the latest version of GD which supports PNG o Added ability to override log file to STDIN by use of '-' o Added gzipped logfile support. o Minor changes to search string code to increase accuracy. o Minor changes to URL parse code to allow additional characters. o Major changes to hash table node format for reduced memory usage. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Updated to 1.30.04. Major changes include: o Fixed minor bug that would allow incorrect site totals for the first day of the month under certain conditions. o Added Top Entry and Exit Page tables. o Added 'Group' labels. Allows display of a specified label for grouped entries (in 'Top' tables). o Added 'Visits' totals. o Added Search String analysis. o Added native support for ftp logs (xferlog ala wu-ftpd). o Added background lines to graphs. o Added additonal 'Top' tables for SITES and URL's, sorted by KBytes instead of hits. o Added additional calculations for max/avg files, pages, visits and KBytes in monthly statistics. o Updated generated HTML code to fully comply with the HTML 4.0 Transitional spec. DOCTYPE header reflects this change as well. o Changed code to use 4 digit years in filenames. o Language files and documentation updated for new functions. @ text @d3 3 a5 3 --- webalizer.c.orig Thu Aug 26 21:34:36 1999 +++ webalizer.c Thu Aug 26 21:35:27 1999 @@@@ -248,8 +248,8 @@@@ d9 1 a9 3 - else if (!access("/etc/webalizer.conf",F_OK)) - get_config("/etc/webalizer.conf"); + else if (!access(PREFIX "/etc/webalizer.conf",F_OK)) d11 2 a13 2 /* get command line options */ opterr = 0; /* disable parser errors */ @ 1.2 log @Update webalizer to 1.22-01. @ text @d3 3 a5 3 --- webalizer.c.orig Tue Mar 23 21:50:47 1999 +++ webalizer.c Tue Mar 23 21:51:26 1999 @@@@ -201,8 +201,8 @@@@ @ 1.1 log @Initial revision @ text @d3 13 a15 21 *** webalizer.c.orig Sat Nov 7 00:22:21 1998 --- webalizer.c Sat Nov 7 00:27:09 1998 *************** *** 250,257 **** /* check for default config file */ if (!access("webalizer.conf",F_OK)) get_config("webalizer.conf"); ! else if (!access("/etc/webalizer.conf",F_OK)) ! get_config("/etc/webalizer.conf"); /* get command line options */ opterr = 0; /* disable parser errors */ --- 250,257 ---- /* check for default config file */ if (!access("webalizer.conf",F_OK)) get_config("webalizer.conf"); ! else if (!access("@@@@prefix@@@@/etc/webalizer.conf",F_OK)) ! get_config("@@@@prefix@@@@/etc/webalizer.conf"); /* get command line options */ opterr = 0; /* disable parser errors */ @ 1.1.1.1 log @Initial import of webalizer-1.20-07, a Web server log file analysis program. Provided in pr 6405 by Martin J. Laubach. @ text @@