From 42a9bd163f092485eb32aada19d2edfa44833605 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 8 Oct 2007 19:38:25 +0000 Subject: add wdm section (#248087) --- prefdm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'prefdm') diff --git a/prefdm b/prefdm index 156b14e7..3baa6933 100755 --- a/prefdm +++ b/prefdm @@ -18,6 +18,8 @@ if [ -f /etc/sysconfig/desktop ]; then preferred=/usr/sbin/gdm elif [ "$DISPLAYMANAGER" = KDE ]; then preferred=/usr/bin/kdm + elif [ "$DISPLAYMANAGER" = WDM ]; then + preferred=/usr/bin/wdm elif [ "$DISPLAYMANAGER" = XDM ]; then preferred=/usr/bin/xdm elif [ -n "$DISPLAYMANAGER" ]; then @@ -32,7 +34,7 @@ shopt -s execfail # Fallbacks, in order exec gdm "$@" >/dev/null 2>&1 /dev/null 2>&1 /dev/null 2>&1 /dev/null 2>&1