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

(-)exim.rc6.old (-1 / +1 lines)
Lines 24-29 Link Here
24
24
25
reload() {
25
reload() {
26
	ebegin "Reloading exim"
26
	ebegin "Reloading exim"
27
	start-stop-daemon --stop --signal HUP --oknodo --quiet --pidfile /var/run/exim.pid --name exim
27
	start-stop-daemon --signal HUP --quiet --pidfile /var/run/exim.pid --name exim
28
	eend $?
28
	eend $?
29
}
29
}

Return to bug 372671