summaryrefslogtreecommitdiff
path: root/www/webalizer/patches/patch-ac
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-07 13:22:53 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-07 13:22:53 +0000
commit796068145aa46fa7db970ab12db5282da17922d8 (patch)
tree49ac7ad5705b00e1ec6de19f46ef1a02185c1506 /www/webalizer/patches/patch-ac
parentd11c89cbd4e9d516f367a57bc782018e12660858 (diff)
downloadpkgsrc-796068145aa46fa7db970ab12db5282da17922d8.tar.gz
Initial import of webalizer-1.20-07, a Web server log file analysis program.
Provided in pr 6405 by Martin J. Laubach.
Diffstat (limited to 'www/webalizer/patches/patch-ac')
-rw-r--r--www/webalizer/patches/patch-ac38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/webalizer/patches/patch-ac b/www/webalizer/patches/patch-ac
new file mode 100644
index 00000000000..ea3359d5f85
--- /dev/null
+++ b/www/webalizer/patches/patch-ac
@@ -0,0 +1,38 @@
+$NetBSD: patch-ac,v 1.1.1.1 1998/11/07 13:22:53 frueauf Exp $
+
+*** webalizer.1.orig Sat Nov 7 00:30:17 1998
+--- webalizer.1 Sat Nov 7 00:30:47 1998
+***************
+*** 27,33 ****
+ A default configuration file is scanned for. A file named
+ \fIwebalizer.conf\fP is searched for in the current directory, and if
+ found, it's configuration data is parsed. If the file is not
+! present in the current directory, the file \fI/etc/webalizer.conf\fP
+ is searched for and, if found, is used instead.
+ .TP 8
+ .B o
+--- 27,33 ----
+ A default configuration file is scanned for. A file named
+ \fIwebalizer.conf\fP is searched for in the current directory, and if
+ found, it's configuration data is parsed. If the file is not
+! present in the current directory, the file \fI@@prefix@@/etc/webalizer.conf\fP
+ is searched for and, if found, is used instead.
+ .TP 8
+ .B o
+***************
+*** 373,379 ****
+ .TP 20
+ .I webalizer.conf
+ Default configuration file. Is searched for in the current directory
+! and if not found, in the \fI/etc/\fP directory.
+ .TP 20
+ .I webalizer.hist
+ Monthly history file for previous 12 months.
+--- 373,379 ----
+ .TP 20
+ .I webalizer.conf
+ Default configuration file. Is searched for in the current directory
+! and if not found, in the \fI@@prefix@@/etc/\fP directory.
+ .TP 20
+ .I webalizer.hist
+ Monthly history file for previous 12 months.