aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-08-15 16:19:59 +0000
committerLars Thegler <lth@FreeBSD.org>2004-08-15 16:19:59 +0000
commit31f504e3210c856fb41ed1a638d200dd9fcda190 (patch)
tree59be42c5833ee7ad762a4d8c61968bdd5437d5e3 /net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
parent5457de812ed133de5e614f4849aafabdea8878a2 (diff)
downloadports-31f504e3210c856fb41ed1a638d200dd9fcda190.tar.gz
ports-31f504e3210c856fb41ed1a638d200dd9fcda190.zip
Notes
Diffstat (limited to 'net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist')
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
index 498bda2866a3..c9fd03cc12fc 100644
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
@@ -9,7 +9,7 @@
-use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 1.30;
+ use Smokeping 1.31;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");