Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333275 | Differences between
and this patch

Collapse All | Expand All

(-)gmond.orig (-1 / +2 lines)
Lines 7-13 Link Here
7
7
8
start() {
8
start() {
9
	ebegin "Starting GANGLIA gmond: "
9
	ebegin "Starting GANGLIA gmond: "
10
	start-stop-daemon --start --quiet --exec /usr/sbin/gmond
10
	start-stop-daemon --start --quiet --pidfile \
11
	    --exec /usr/sbin/gmond -- --pid-file /var/run/gmond.pid
11
	eend $? "Failed to start gmond"
12
	eend $? "Failed to start gmond"
12
}
13
}

Return to bug 333275