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

(-)/etc/init.d.orig/saslauthd (-1 / +1 lines)
Lines 16-21 Link Here
16
16
17
stop() {
17
stop() {
18
	ebegin "Stopping saslauthd"
18
	ebegin "Stopping saslauthd"
19
	start-stop-daemon --stop --quiet --pidfile /var/lib/sasl2/mux.pid
19
	start-stop-daemon --stop --quiet --pidfile /var/lib/sasl2/saslauthd.pid
20
	eend $?
20
	eend $?
21
}
21
}

Return to bug 23075