aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-04 20:46:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-04 20:46:15 +0000
commitc5ffff7232f276be076ae13abbf85b1153be0821 (patch)
tree4228851a5ef39201523e5084a04062718fdaf34e /sysutils/ganglia-webfrontend/files
parent19be68cee6c004b41b7f22cc287db0a5dfae5360 (diff)
Notes
Diffstat (limited to 'sysutils/ganglia-webfrontend/files')
-rw-r--r--sysutils/ganglia-webfrontend/files/patch-conf.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ganglia-webfrontend/files/patch-conf.php b/sysutils/ganglia-webfrontend/files/patch-conf.php
index 63635957746d..560d415308f8 100644
--- a/sysutils/ganglia-webfrontend/files/patch-conf.php
+++ b/sysutils/ganglia-webfrontend/files/patch-conf.php
@@ -1,8 +1,8 @@
$FreeBSD$
---- conf.php.orig Thu Feb 20 18:10:49 2003
-+++ conf.php Thu Feb 20 18:14:37 2003
+--- conf.php.orig Mon Aug 11 15:56:15 2003
++++ conf.php Tue Oct 28 11:59:38 2003
@@ -22,12 +22,12 @@
#$gmetad_root = "/usr/local/gmetad";
@@ -12,7 +12,7 @@ $FreeBSD$
$rrds = "$gmetad_root/rrds";
# Leave this alone if rrdtool is installed in $gmetad_root,
- # otherwise, change it if it's installed elsewhere (like /usr/bin)
+ # otherwise, change it if it is installed elsewhere (like /usr/bin)
-define("RRDTOOL", "/usr/bin/rrdtool");
+define("RRDTOOL", "%%PREFIX%%/bin/rrdtool");