2be7cbb425
changes over the intervening years is too large to list here. See the ChangeLog file or the home page for details.
19 lines
598 B
Text
19 lines
598 B
Text
$NetBSD: patch-aa,v 1.2 2009/11/10 14:56:35 brook Exp $
|
|
|
|
--- conf.php.orig 2009-01-28 16:23:20.000000000 -0700
|
|
+++ conf.php
|
|
@@ -18,12 +18,12 @@ $template_name = "default";
|
|
#
|
|
|
|
# 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");
|
|
|
|
# Location for modular-graph files.
|
|
$graphdir='./graph.d';
|