diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/webstats/files/patch-configfiles__serverwide__webstats.ini | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
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 |