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

Collapse All | Expand All

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

Return to bug 70689