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

Collapse All | Expand All

(-)a/x11-base/xorg-server/files/xdm.initd-11 (-1 / +1 lines)
Lines 207-213 stop() { Link Here
207
207
208
	ebegin "Stopping ${myservice}"
208
	ebegin "Stopping ${myservice}"
209
209
210
	if start-stop-daemon --quiet --test --stop --exec "${myexe}"; then
210
	if start-stop-daemon --quiet --test --stop --exec "${myexe}" 2>/dev/null; then
211
		start-stop-daemon --stop --exec "${myexe}" --retry TERM/5/TERM/5 \
211
		start-stop-daemon --stop --exec "${myexe}" --retry TERM/5/TERM/5 \
212
			${mypidfile:+--pidfile} ${mypidfile} \
212
			${mypidfile:+--pidfile} ${mypidfile} \
213
			${myname:+--name} ${myname}
213
			${myname:+--name} ${myname}

Return to bug 689936