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

(-)a/net-mail/pop-before-smtp/files/pop-before-smtp.init (-2 / +1 lines)
Lines 23-28 stop() { Link Here
23
23
24
reload() {
24
reload() {
25
	ebegin "Reloading postfix"
25
	ebegin "Reloading postfix"
26
	/usr/sbin/postfix reload &>/dev/null
26
	/usr/sbin/postfix reload >/dev/null 2>&1
27
	eend $?
27
	eend $?
28
}
28
}
29
- 

Return to bug 849260