aboutsummaryrefslogtreecommitdiff
path: root/www/awstats-devel/files/patch-tools-awstats_updateall.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/awstats-devel/files/patch-tools-awstats_updateall.pl')
-rw-r--r--www/awstats-devel/files/patch-tools-awstats_updateall.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/awstats-devel/files/patch-tools-awstats_updateall.pl b/www/awstats-devel/files/patch-tools-awstats_updateall.pl
deleted file mode 100644
index 21d9d6d3cb54..000000000000
--- a/www/awstats-devel/files/patch-tools-awstats_updateall.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- tools/awstats_updateall.pl.orig Mon Jun 7 08:27:26 2004
-+++ tools/awstats_updateall.pl Thu Sep 22 01:30:15 2005
-@@ -121,8 +121,8 @@
- # Check if AWSTATS prog is found
- my $AwstatsFound=0;
- if (-s "$Awstats") { $AwstatsFound=1; }
-- elsif (-s "/usr/local/awstats/wwwroot/cgi-bin/awstats.pl") {
-- $Awstats="/usr/local/awstats/wwwroot/cgi-bin/awstats.pl";
-+ elsif (-s "%%PREFIX%%/www/awstats/cgi-bin/awstats.pl") {
-+ $Awstats="%%PREFIX%%/www/awstats/cgi-bin/awstats.pl";
- $AwstatsFound=1;
- }
- if (! $AwstatsFound) {