From 327cfaeab96ffbec4145648de16d58346d4b3f9a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 28 Jul 2008 23:10:22 -0400 Subject: Properly hide the plymouth splash if needed. Also, remove some old rhgb code. --- rc.d/init.d/functions | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 09f47f37..058599f0 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -511,22 +511,10 @@ action() { STRING=$1 echo -n "$STRING " - if [ "${RHGB_STARTED:-}" != "" -a -w /etc/rhgb/temp/rhgb-console ]; then - echo -n "$STRING " > /etc/rhgb/temp/rhgb-console - fi shift "$@" && success $"$STRING" || failure $"$STRING" rc=$? echo - if [ "${RHGB_STARTED:-}" != "" -a -w /etc/rhgb/temp/rhgb-console ]; then - if [ "$rc" = "0" ]; then - echo_success > /etc/rhgb/temp/rhgb-console - else - echo_failure > /etc/rhgb/temp/rhgb-console - [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes - fi - echo > /etc/rhgb/temp/rhgb-console - fi return $rc } -- cgit v1.2.1