removed ganglia ebuild, as it's in the main tree now

This commit is contained in:
Manuel Friedli 2008-01-06 12:58:44 +00:00
parent 9ec43d1a00
commit 6e7414ce5e
5 changed files with 0 additions and 106 deletions

View file

@ -1,17 +0,0 @@
#!/sbin/runscript
depend() {
need net
}
start() {
ebegin "Starting GANGLIA gmetad: "
start-stop-daemon --start --quiet --exec /usr/sbin/gmetad
eend $? "Failed to start gmetad"
}
stop() {
ebegin "Shutting down GANGLIA gmetad: "
start-stop-daemon --stop --quiet --exec /usr/sbin/gmetad
eend $? "Failed to stop gmetad"
}