opnsense-ports/www/webstats/files/patch-scripts__perl__webstats
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
781 B
Text

--- 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"){