diff options
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ if [ -f /etc/sysconfig/desktop ]; then quit_arg="--retain-splash" elif [ "$DISPLAYMANAGER" = KDE ]; then preferred=/usr/bin/kdm + quit_arg="--retain-splash" elif [ "$DISPLAYMANAGER" = WDM ]; then preferred=/usr/bin/wdm elif [ "$DISPLAYMANAGER" = XDM ]; then |