removed ganglia ebuild, as it's in the main tree now
This commit is contained in:
parent
9ec43d1a00
commit
6e7414ce5e
5 changed files with 0 additions and 106 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue