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
	kill `cat ${PID_FILE}`
27
	RET=$?
26
	RET=$?
27
	kill `cat ${PID_FILE}`
28
	eend ${RET}
28
	eend ${RET}
29
}
29
}

Return to bug 46833