diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
commit | ffde46cbf97ed90584d8c10bdc6bae8094784387 (patch) | |
tree | b78a36a23c5db32b200d7f48cb719e48b524fa47 /sysutils/ganglia-monitor-core | |
parent | 0e2c03666de0675409d0d8eedd95734db4465b70 (diff) |
Notes
Diffstat (limited to 'sysutils/ganglia-monitor-core')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ganglia-monitor-core/files/ganglia.sh.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 64437207de27..a6698894a492 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= monitor-core PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net parallel .if !defined(PORTDEV) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/sysutils/ganglia-monitor-core/files/ganglia.sh.in b/sysutils/ganglia-monitor-core/files/ganglia.sh.in index 2876a8f22846..bb13de996c9d 100644 --- a/sysutils/ganglia-monitor-core/files/ganglia.sh.in +++ b/sysutils/ganglia-monitor-core/files/ganglia.sh.in @@ -9,12 +9,12 @@ # dependencies, but we can't do that at the moment and gmetad doesn't # work without a running gmond. -gmond_enable="NO" +gmond_enable="${gmond_enable-NO}" gmond_conf="%%PREFIX%%/etc/gmond.conf" -gmetad_enable="NO" +gmetad_enable="${gmetad_enable-NO}" gmetad_conf="%%PREFIX%%/etc/gmetad.conf" -gmetasnap_enable="NO" +gmetasnap_enable="${gmetasnap_enable-NO}" gmetasnap_rrddir="/var/db/ganglia/rrds" gmetasnap_snapdir="/var/db/ganglia/snaps" gmetasnap_snapname="snap" |