freebsd-ports/sysutils/ganglia-webfrontend/files/patch-conf.php

20 lines
586 B
PHP

$FreeBSD$
--- 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";
# The high-performance gmetad.
-$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", "%%PREFIX%%/bin/rrdtool");
#
# If you want to grab data from a different ganglia source specify it here.