aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files/patch-conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ganglia-webfrontend/files/patch-conf.php')
-rw-r--r--sysutils/ganglia-webfrontend/files/patch-conf.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/ganglia-webfrontend/files/patch-conf.php b/sysutils/ganglia-webfrontend/files/patch-conf.php
deleted file mode 100644
index 7a58704aab11..000000000000
--- a/sysutils/ganglia-webfrontend/files/patch-conf.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
-$FreeBSD$
-
---- conf.php.orig
-+++ conf.php
-@@ -18,12 +18,12 @@
- #
-
- # Where gmetad stores the rrd archives.
--$gmetad_root = "/var/lib/ganglia";
-+$gmetad_root = "/var/db/ganglia";
- $rrds = "$gmetad_root/rrds";
-
- # Leave this alone if rrdtool is installed in $gmetad_root,
- # otherwise, change it if it is installed elsewhere (like /usr/bin)
--define("RRDTOOL", "/usr/bin/rrdtool");
-+define("RRDTOOL", "%%LOCALBASE%%/bin/rrdtool");
-
- #
- # If you want to grab data from a different ganglia source specify it here.