summaryrefslogtreecommitdiff
path: root/parallel/ganglia-monitor-core/patches/patch-ag
blob: f6f7f3824d378713a6d7dce58226123101eecf43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.2 2005/02/10 02:33:53 jschauma Exp $

--- gmond/cmdline.c.orig	2005-02-07 22:23:36.000000000 -0500
+++ gmond/cmdline.c	2005-02-07 22:24:47.000000000 -0500
@@ -42,7 +42,7 @@
   printf("\n");
   printf("  -h, --help             Print help and exit\n");
   printf("  -V, --version          Print version and exit\n");
-  printf("  -c, --conf=STRING      Location of gmond configuration file  (default=\n                           `/etc/gmond.conf')\n");
+  printf("  -c, --conf=STRING      Location of gmond configuration file  (default=\n                           `@PKG_SYSCONFDIR@/gmond.conf')\n");
   printf("  -l, --location=STRING  Location of this host in the cluster \n                           'rack,rank,plane'.  (default=`0,0,0')\n");
   printf("  -d, --debug=INT        Debug level. If greater than zero, daemon will stay \n                           in foreground.  (default=`0')\n");
   printf("  -f, --foreground       Run in foreground (don't daemonize)  (default=off)\n");
@@ -84,7 +84,7 @@
   args_info->bandwidth_given = 0 ;
   args_info->convert_given = 0 ;
 #define clear_args() { \
-  args_info->conf_arg = gengetopt_strdup("/etc/gmond.conf") ;\
+  args_info->conf_arg = gengetopt_strdup("@PKG_SYSCONFDIR@/gmond.conf") ;\
   args_info->location_arg = gengetopt_strdup("0,0,0") ;\
   args_info->debug_arg = 0 ;\
   args_info->foreground_flag = 0;\