aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-07-23 19:55:12 +0000
committerOlivier Blin <oblin@mandriva.com>2008-07-23 19:55:12 +0000
commit330c553190e06f057ac51bfdbe926689c0198af1 (patch)
tree3e6c411ba88830ab4416d81bfd7dbc97d50e5a6c
parentde3cdcdfdba1d876caab402c0a43a8c108b51843 (diff)
downloadbootsplash-330c553190e06f057ac51bfdbe926689c0198af1.tar
bootsplash-330c553190e06f057ac51bfdbe926689c0198af1.tar.gz
bootsplash-330c553190e06f057ac51bfdbe926689c0198af1.tar.bz2
bootsplash-330c553190e06f057ac51bfdbe926689c0198af1.tar.xz
bootsplash-330c553190e06f057ac51bfdbe926689c0198af1.zip
do not check that splash is on, initsplash from initscripts already does that
-rw-r--r--scripts/splash.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 050d407..ad13f2a 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -13,7 +13,6 @@
# progress = number of currently executed start/stop script
# runlevel = runlevel to be reached.
-_procsplash="`cat /proc/splash 2>/dev/null`"
TEXTDOMAIN=bootsplash
TEXTDOMAINDIR=/etc/locale
LOCPATH=/etc/locale
@@ -41,7 +40,6 @@ gprintf() {
# assertions
test -r /proc/splash || exit 0
-test -z "`echo $_procsplash|grep on`" && exit 0
if [[ -z $res ]]; then
res=`fbresolution`