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

Collapse All | Expand All

(-)/root/dnsmasq (-1 / +1 lines)
Lines 14-20 Link Here
14
	ebegin "Starting dnsmasq"
14
	ebegin "Starting dnsmasq"
15
	start-stop-daemon --start --exec /usr/sbin/dnsmasq \
15
	start-stop-daemon --start --exec /usr/sbin/dnsmasq \
16
	    -- pidfile /var/run/dnsmasq.pid \
16
	    -- pidfile /var/run/dnsmasq.pid \
17
	    -- -x /var/run/dnsmasq.pid ${DNSMASQ_OPTS}
17
	    -x /var/run/dnsmasq.pid ${DNSMASQ_OPTS}
18
	eend $?
18
	eend $?
19
}
19
}
20
20

Return to bug 169492