From cfb6a676b103a980f565361daaea4e8b80fa4a26 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 30 Mar 2009 17:14:03 +0000 Subject: - Hide splashy startup message --- scripts/splash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/splash.sh b/scripts/splash.sh index cb269d4..b4dbe4f 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -253,7 +253,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash chvt 1 elif [ "$splash_mode" = "splashy" -a ! -f /dev/.splashy_shutdown ]; then /sbin/splashy_chvt 8 - /sbin/splashy shutdown + /sbin/splashy shutdown 2> /dev/null pidof splashy > /dev/.splashy.pid cat /dev/.splashy.pid >> /var/run/sendsigs.omit touch /dev/.splashy_shutdown @@ -266,7 +266,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash chvt 1 elif [ "$splash_mode" = "splashy" -a ! -f /dev/.splashy_shutdown ]; then /sbin/splashy_chvt 8 - /sbin/splashy shutdown + /sbin/splashy shutdown 2> /dev/null pidof splashy > /dev/.splashy.pid fi else -- cgit v1.2.1