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

(-)named.old (-1 / +1 lines)
Lines 38-44 Link Here
38
	checkconfig || return 1
38
	checkconfig || return 1
39
	start-stop-daemon --start --quiet --pidfile ${PIDFILE} \
39
	start-stop-daemon --start --quiet --pidfile ${PIDFILE} \
40
		--exec /usr/sbin/named \
40
		--exec /usr/sbin/named \
41
		-- -u named -n ${CPU} ${OPTIONS} ${CHROOT:+-t $CHROOT}
41
		-- -u named -n ${CPU} ${OPTIONS} ${CHROOT:+-t} ${CHROOT}
42
	eend $?
42
	eend $?
43
}
43
}
44
44

Return to bug 178050