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

Collapse All | Expand All

(-)old/files/lighttpd.initd (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
stop() {
24
stop() {
25
	ebegin "Stopping lighttpd"
25
	ebegin "Stopping lighttpd"
26
 	RET=$?
26
	RET=$?
27
	eend ${RET}
27
	eend ${RET}
28
}
28
}

Return to bug 46833