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

(-)/usr/portage/net-dns/dnsmasq/files/dnsmasq-init (-1 / +1 lines)
Lines 13-19 Link Here
13
start() {
13
start() {
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
}

Return to bug 169492