summaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files/patch-conf.php.in
blob: 2b2961c12a0eef635529161be76240e37b277a08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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.