Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 243474 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/mail-filter/spamassassin/files/3.0.0-spamd.init (-1 / +1 lines)
Lines 19-26 Link Here
19
start() {
19
start() {
20
	ebegin "Starting spamd"
20
	ebegin "Starting spamd"
21
	start-stop-daemon --start --quiet \
21
	start-stop-daemon --start --quiet \
22
		--name spamd \
23
		--nicelevel ${SPAMD_NICELEVEL:-0} \
22
		--nicelevel ${SPAMD_NICELEVEL:-0} \
23
		--pidfile ${PIDFILE} \
24
		--exec /usr/sbin/spamd -- -d -r ${PIDFILE} \
24
		--exec /usr/sbin/spamd -- -d -r ${PIDFILE} \
25
			${SPAMD_OPTS}
25
			${SPAMD_OPTS}
26
	eend $? "Failed to start spamd"
26
	eend $? "Failed to start spamd"

Return to bug 243474