From f2a4ab655a971b9682c6af22fd84afb477a0e780 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 21 May 2003 18:49:43 +0000 Subject: GRAPHICAL=yes, not BOOTUP=graphical --- rc.d/init.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index e1feaf7e..827a96a9 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -356,7 +356,7 @@ echo_warning() { # Inform the graphical boot of our current state update_boot_stage() { - if [ "$BOOTUP" = "graphical" -a -x /usr/bin/rhgb-client ]; then + if [ "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb-client ]; then /usr/bin/rhgb-client --update="$1" fi return 0 -- cgit v1.2.1