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

(-)apache2.orig (-1 / +1 lines)
Lines 23-29 Link Here
23
stop() {
23
stop() {
24
	ebegin "Stopping apache2"
24
	ebegin "Stopping apache2"
25
	/usr/sbin/apache2ctl stop >/dev/null
25
	/usr/sbin/apache2ctl stop >/dev/null
26
	start-stop-daemon -o --quiet --stop --pidfile /var/run/apache2.pid
26
	start-stop-daemon -o --retry 5 --quiet --stop --pidfile /var/run/apache2.pid
27
	eend $?
27
	eend $?
28
}
28
}
29
29

Return to bug 39730