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 / +2 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
        # Repeat --quiet twice to suppress meaningless errors.
211
	if start-stop-daemon --quiet --quiet --test --stop --exec "${myexe}"; then
211
		start-stop-daemon --stop --exec "${myexe}" --retry TERM/5/TERM/5 \
212
		start-stop-daemon --stop --exec "${myexe}" --retry TERM/5/TERM/5 \
212
			${mypidfile:+--pidfile} ${mypidfile} \
213
			${mypidfile:+--pidfile} ${mypidfile} \
213
			${myname:+--name} ${myname}
214
			${myname:+--name} ${myname}

Return to bug 689936