diff options
Diffstat (limited to 'www/webstats/files/patch-configfiles__serverwide__webstats.ini')
-rw-r--r-- | www/webstats/files/patch-configfiles__serverwide__webstats.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webstats/files/patch-configfiles__serverwide__webstats.ini b/www/webstats/files/patch-configfiles__serverwide__webstats.ini new file mode 100644 index 000000000000..95d8991c45a9 --- /dev/null +++ b/www/webstats/files/patch-configfiles__serverwide__webstats.ini @@ -0,0 +1,13 @@ +--- configfiles/serverwide/webstats.ini Wed Sep 5 22:13:38 2001 ++++ configfiles/serverwide/webstats.ini Sun Feb 16 18:08:11 2003 +@@ -6,8 +6,8 @@ + + [misc] + #where are the analog and rmagic executables? +-ANALOG=/usr/bin/analog +-RMAGIC=/usr/local/bin/rmagic ++ANALOG=%%PREFIX%%/bin/analog ++RMAGIC=%%PREFIX%%/reportmagic/rmagic.pl + + #where should the logfile for webstats go to? + WEBSTATSLOG=/tmp/webstats_log |