freebsd-ports/sysutils/ganglia-webfrontend/files/patch-conf.php.in
2011-05-20 15:25:49 +00:00

14 lines
371 B
PHP

$FreeBSD$
--- conf.php.in.orig
+++ conf.php.in
@@ -23,7 +23,7 @@
# 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 rrdcached is being used, this argument must specify the
# socket to use.