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

Collapse All | Expand All

(-)/usr/portage/x11-apps/xinit/files/xdm.initd-1 (-1 / +5 lines)
Lines 149-155 Link Here
149
		fi
149
		fi
150
	fi
150
	fi
151
	
151
	
152
	/etc/X11/startDM.sh
152
	if [ "${START_DM_EARLY}" == "no" ] ; then
153
		telinit a >/dev/null 2>/dev/null
154
	else
155
		/etc/X11/startDM.sh
156
	fi
153
	eend 0
157
	eend 0
154
}
158
}
155
159

Return to bug 181963