$NetBSD: patch-aa,v 1.1.1.1 2005/02/07 14:39:28 jschauma Exp $ --- conf.php.orig 2005-02-05 14:32:59.000000000 -0500 +++ conf.php 2005-02-05 14:33:23.000000000 -0500 @@ -22,12 +22,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", "@PREFIX@/bin/rrdtool"); # # If you want to grab data from a different ganglia source specify it here.