summaryrefslogtreecommitdiff
path: root/parallel/ganglia-monitor-core/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/ganglia-monitor-core/patches/patch-aa')
-rw-r--r--parallel/ganglia-monitor-core/patches/patch-aa47
1 files changed, 12 insertions, 35 deletions
diff --git a/parallel/ganglia-monitor-core/patches/patch-aa b/parallel/ganglia-monitor-core/patches/patch-aa
index 2ede38dde67..73b6fbbb9d0 100644
--- a/parallel/ganglia-monitor-core/patches/patch-aa
+++ b/parallel/ganglia-monitor-core/patches/patch-aa
@@ -1,36 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/04/30 22:28:44 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2009/11/10 14:55:18 brook Exp $
---- srclib/libmetrics/configure.orig 2005-02-02 13:24:14.000000000 -0500
-+++ srclib/libmetrics/configure 2005-02-07 22:39:36.000000000 -0500
-@@ -22271,6 +22271,22 @@ cat >>confdefs.h <<\_ACEOF
- _ACEOF
-
- ;;
-+*dragonfly*) OS="dragonfly"
-+ varstatedir="/var/db"
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define DRAGONFLY 1
-+_ACEOF
-+
-+ ;;
-+*netbsd*) OS="netbsd"
-+ varstatedir="/var/db"
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define NETBSD 1
-+_ACEOF
-+
-+ ;;
- *cygwin*) OS="cygwin"
-
- cat >>confdefs.h <<\_ACEOF
-@@ -22281,7 +22297,7 @@ _ACEOF
- esac
-
-
-- ac_config_files="$ac_config_files Makefile tests/Makefile aix/Makefile cygwin/Makefile darwin/Makefile freebsd/Makefile hpux/Makefile irix/Makefile linux/Makefile osf/Makefile solaris/Makefile"
-+ ac_config_files="$ac_config_files Makefile tests/Makefile aix/Makefile cygwin/Makefile darwin/Makefile dragonfly/Makefile freebsd/Makefile hpux/Makefile irix/Makefile linux/Makefile netbsd/Makefile osf/Makefile solaris/Makefile"
-
- cat >confcache <<\_ACEOF
- # This file is a shell script that caches the results of configure
+--- gmetad/conf.c.orig 2009-01-28 16:23:20.000000000 -0700
++++ gmetad/conf.c
+@@ -265,7 +265,7 @@ set_defaults (gmetad_config_t *config)
+ config->debug_level = 0;
+ config->should_setuid = 1;
+ config->setuid_username = "nobody";
+- config->rrd_rootdir = "/var/lib/ganglia/rrds";
++ config->rrd_rootdir = "/var/db/ganglia/rrds";
+ config->scalable_mode = 1;
+ config->all_trusted = 0;
+ config->num_RRAs = 5;