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 4bc83773ee.
This commit is contained in:
Silvan Calarco 2011-06-30 14:10:01 +02:00
parent 4bc83773ee
commit 2c00804f7c
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
VERSION = 1.5.4
VERSION = 1.5.3

View File

@ -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