summaryrefslogtreecommitdiff
path: root/www/webstats/files/patch-ad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:23:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:23:01 +0000
commit147232170171c28eed086d4c74fbb44093c3d36c (patch)
tree82865606df074ef29aa4afa27ce4815c1f289cae /www/webstats/files/patch-ad
parentUpdate to version 0.41, which contains several documentation and other (diff)
New POrt: webstats
ananlog + reportmagic automation tool PR: ports/48422 Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
Notes
Notes: svn path=/head/; revision=90352
Diffstat (limited to 'www/webstats/files/patch-ad')
-rw-r--r--www/webstats/files/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/webstats/files/patch-ad b/www/webstats/files/patch-ad
new file mode 100644
index 000000000000..f536815f41b8
--- /dev/null
+++ b/www/webstats/files/patch-ad
@@ -0,0 +1,22 @@
+--- scripts/perl/webstats Wed Feb 6 09:51:43 2002
++++ scripts/perl/webstats Sun Feb 16 18:09:33 2003
+@@ -42,8 +42,8 @@
+ #use strict;
+ use Config::IniFiles;
+
+-#we read variables from /etc/webstats/webstats.ini
+-$cfg = new Config::IniFiles -file => "/etc/webstats/webstats.ini";
++#we read variables from $PREFIX/etc/webstats/webstats.ini
++$cfg = new Config::IniFiles -file => "%%PREFIX%%/etc/webstats/webstats.ini";
+
+ my $VHOSTDIR=$cfg->val('rmagic', 'VHOSTDIR');
+ my $WWWDIR=$cfg->val('rmagic', 'WWWDIR');
+@@ -73,7 +73,7 @@
+ #
+ #What does it do?:
+ #
+-# if DEBUG variable in /etc/webstats/webstats.ini is set to "yes"
++# if DEBUG variable in $PREFIX/etc/webstats/webstats.ini is set to "yes"
+ # print some useful information to $WEBSTATSLOG
+ sub debug{
+ if ($DEBUG eq "yes"){