rc: don't call plymouth with --attach-to-session and --show-splash, which were presumely causing problems with KDM transiontion patch

This commit is contained in:
Silvan Calarco 2011-06-28 04:59:34 +02:00
parent 6927295bd1
commit 4bc83773ee
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -55,8 +55,6 @@ 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