Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360547
Collapse All | Expand All

(-)webfs.initd (-1 / +1 lines)
Lines 25-30 Link Here
25
25
26
stop() {
26
stop() {
27
	ebegin "Stopping webfsd"
27
	ebegin "Stopping webfsd"
28
	start-stop-daemon --stop --quiet --name webfsd --exec /usr/bin/webfsd
28
	start-stop-daemon --stop --quiet --exec /usr/bin/webfsd
29
	eend $? "Failed to stop webfsd"
29
	eend $? "Failed to stop webfsd"
30
}
30
}

Return to bug 360547