From 2c00804f7cc7219aa5a9a6a5bef5ef2b8651f7c2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 30 Jun 2011 14:10:01 +0200 Subject: [PATCH] Revert "rc: don't call plymouth with --attach-to-session and --show-splash, which were presumely causing problems with KDM transiontion patch" This reverts commit 4bc83773eebc60cc817586c087a6d52155185c80. --- VERSION | 2 +- etc/rc.d/init.d/rc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c76b4fc..00fcc6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 1.5.4 \ No newline at end of file +VERSION = 1.5.3 \ No newline at end of file diff --git a/etc/rc.d/init.d/rc b/etc/rc.d/init.d/rc index f767474..7b2e6d9 100755 --- a/etc/rc.d/init.d/rc +++ b/etc/rc.d/init.d/rc @@ -55,6 +55,8 @@ export RUNLEVEL [ "$previous" != "N" ] && progressbase=10 || progressbase=65 if [ "$runlevel" = "0" -o "$runlevel" = "6" ]; then + $PLYMOUTHD --attach-to-session + $PLYMOUTH --show-splash if [ "$runlevel" = "0" ]; then $PLYMOUTH message --text=$"System shutting down, please wait..." else