aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-04-27 11:48:47 -0400
committerBill Nottingham <notting@redhat.com>2010-04-27 11:48:47 -0400
commit4b63e3e866a7f3962cd2e304ab4c0145d8ce388a (patch)
tree1c92d82636d9b14c7c37c2e7362df2ac04c579cc
parentde8b2aed329ea2e3c087bc25764fc1779a83fafc (diff)
downloadinitscripts-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)
-rwxr-xr-xprefdm1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefdm b/prefdm
index 45e67222..63fb39e3 100755
--- a/prefdm
+++ b/prefdm
@@ -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