aboutsummaryrefslogtreecommitdiff
path: root/www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl')
-rw-r--r--www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl b/www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl
index 8e1c95ad7e97..6ddbf9e3cc65 100644
--- a/www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl
+++ b/www/awstats/files/patch-wwwroot-cgi-bin-awstats.pl
@@ -1,11 +1,11 @@
---- wwwroot/cgi-bin/awstats.pl.orig Thu Feb 24 16:02:23 2005
-+++ wwwroot/cgi-bin/awstats.pl Thu Sep 22 20:33:18 2005
-@@ -1835,7 +1835,7 @@
+--- wwwroot/cgi-bin/awstats.pl.orig Sun Jan 15 22:28:43 2006
++++ wwwroot/cgi-bin/awstats.pl Sun Jan 15 22:30:17 2006
+@@ -1911,7 +1911,7 @@
# Windows and standard package: "$DIR/plugins" (plugins in same dir than awstats.pl)
# Redhat : "/usr/local/awstats/wwwroot/cgi-bin/plugins"
# Debian package : "/usr/share/awstats/plugins"
- my @PossiblePluginsDir=("$DIR/plugins","/usr/local/awstats/wwwroot/cgi-bin/plugins","/usr/share/awstats/plugins");
+ my @PossiblePluginsDir=("$DIR/plugins","%%PREFIX%%/www/awstats/cgi-bin/plugins","/usr/share/awstats/plugins");
my %DirAddedInINC=();
-
+
#Removed for security reason