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

(-)/var/portage/net-dns/bind/files/named.init-r4 (+2 lines)
Lines 36-42 Link Here
36
start() {
36
start() {
37
	ebegin "Starting ${CHROOT:+chrooted }named"
37
	ebegin "Starting ${CHROOT:+chrooted }named"
38
	checkconfig || return 1
38
	checkconfig || return 1
39
39
	start-stop-daemon --start --quiet --pidfile ${PIDFILE} \
40
	start-stop-daemon --start --quiet --pidfile ${PIDFILE} \
41
		--nicelevel ${NAMED_NICELEVEL:-0} \
40
		--exec /usr/sbin/named \
42
		--exec /usr/sbin/named \
41
		-- -u named -n ${CPU} ${OPTIONS} ${CHROOT:+-t $CHROOT}
43
		-- -u named -n ${CPU} ${OPTIONS} ${CHROOT:+-t $CHROOT}
42
	eend $?
44
	eend $?

Return to bug 175644