diff options
author | Bill Nottingham <notting@redhat.com> | 2010-04-27 11:48:47 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-04-27 11:48:47 -0400 |
commit | 4b63e3e866a7f3962cd2e304ab4c0145d8ce388a (patch) | |
tree | 1c92d82636d9b14c7c37c2e7362df2ac04c579cc /prefdm | |
parent | de8b2aed329ea2e3c087bc25764fc1779a83fafc (diff) | |
download | initscripts-4b63e3e866a7f3962cd2e304ab4c0145d8ce388a.tar initscripts-4b63e3e866a7f3962cd2e304ab4c0145d8ce388a.tar.gz initscripts-4b63e3e866a7f3962cd2e304ab4c0145d8ce388a.tar.bz2 initscripts-4b63e3e866a7f3962cd2e304ab4c0145d8ce388a.tar.xz initscripts-4b63e3e866a7f3962cd2e304ab4c0145d8ce388a.zip |
Add --retain-splash for KDM as well (#585250)
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 |