From def73ce8ab55684c923b065e82208d7e70596f11 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 13 Feb 2011 13:22:31 -0600 Subject: start xdm from autoconfig We need to start xdm ourselves instead of allowing it to start in the default order. This allows us to not start it when X is not requested by the user or when speakup or brltty is requested. --- autoconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autoconfig b/autoconfig index 3d3c71f..9eec5ce 100755 --- a/autoconfig +++ b/autoconfig @@ -278,6 +278,7 @@ list_services() { svcs="${svcs} $(check_svc ${PASSWD} pwgen)" svcs="${svcs} $(check_svc ${PCMCIA} pcmcia)" svcs="${svcs} $(check_svc ${SSHD} sshd)" + svcs="${svcs} $(check_svc ${X11} xdm)" ### TODO: make this baselayout-2 compatible ### TODO: make these checks accurate using service dependencies @@ -602,11 +603,6 @@ start() { [ -n "${XDESC}" ] && einfo "VideoCard: ${HILITE}${XDESC}${NORMAL}" - if ! yesno "${X11}" - then - touch /etc/.noxdm - fi - killall hwsetup 2>/dev/null echo "6" > /proc/sys/kernel/printk } -- cgit v1.2.3-65-gdbad