diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
commit | 071ea796c1307e737cc3101448aa934353fe247c (patch) | |
tree | 9b547d90b7bf52208d85284b072f01b7f3c1bd12 /parallel | |
parent | 76ac67f79ab2db3505e1a973a83a4eaf36567eb1 (diff) | |
download | pkgsrc-071ea796c1307e737cc3101448aa934353fe247c.tar.gz |
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/ganglia-monitor-core/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parallel/ganglia-monitor-core/PLIST b/parallel/ganglia-monitor-core/PLIST index 576fbae43e9..6384049ec35 100644 --- a/parallel/ganglia-monitor-core/PLIST +++ b/parallel/ganglia-monitor-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/11/10 14:55:17 brook Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/03/11 14:05:12 jperkin Exp $ bin/ganglia-config bin/gmetric bin/gstat @@ -29,5 +29,3 @@ sbin/gmond share/doc/ganglia/README share/examples/ganglia/gmetad.conf share/examples/ganglia/gmond.conf -share/examples/rc.d/gmetad -share/examples/rc.d/gmond |