View | Details | Raw Unified
Collapse All | Expand All

(-) /etc/init.d/xdm.orig (-4 / +10 lines)
 Lines 83-92    Link Here 
	ebegin "Setting up ${SERVICE}"
	ebegin "Setting up ${SERVICE}"
	#save the prefered DM
	#save the prefered DM
	save_options "service" "${EXE}"
	save_options "service" "${EXE}"
	#tell init to run /etc/X11/startDM.sh after current
	
	#runlevel is finished (should *not* be in the "boot"
	if [ "${XDYNAMICVT}" == "no" ] ; then
	#                      runlevel).
		/etc/X11/startDM.sh
	/sbin/telinit a &>/dev/null
	else	
		#tell init to run /etc/X11/startDM.sh after current
		#runlevel is finished (should *not* be in the "boot"
		#                      runlevel).
		/sbin/telinit a &>/dev/null
	fi
	
	eend 0
	eend 0
}
}