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

Collapse All | Expand All

(-)/etc/init.d/xdm (+2 lines)
Lines 120-125 Link Here
120
		ebegin "Setting up ${SERVICE}"
120
		ebegin "Setting up ${SERVICE}"
121
		#save the prefered DM
121
		#save the prefered DM
122
		save_options "service" "${EXE}"
122
		save_options "service" "${EXE}"
123
		save_options "params" "${PARAMS}"
123
124
124
		# Start as soon as possible if XSTATICVT is set
125
		# Start as soon as possible if XSTATICVT is set
125
		if [ "${XSTATICVT}" = "yes" ] ; then
126
		if [ "${XSTATICVT}" = "yes" ] ; then
Lines 143-148 Link Here
143
	
144
	
144
	ebegin "Stopping ${myservice}"
145
	ebegin "Stopping ${myservice}"
145
	rm -f ${svcdir}/options/xdm/service
146
	rm -f ${svcdir}/options/xdm/service
147
	rm -f ${svcdir}/options/xdm/params
146
	
148
	
147
	if [ "$(ps -A | grep -e "${myservice}")" ]
149
	if [ "$(ps -A | grep -e "${myservice}")" ]
148
	then
150
	then

Return to bug 138643