aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-06-19 11:18:26 -0400
committerBill Nottingham <notting@redhat.com>2008-06-19 11:18:26 -0400
commit618b209de75be1f80406aa7df787292249343fd3 (patch)
tree9394cac447091e70ef5a153c4f88d0715f547760 /rc.d/init.d/functions
parent5a34a28455350aedcbf47d255baf80fde39c79b5 (diff)
downloadinitscripts-618b209de75be1f80406aa7df787292249343fd3.tar
initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.gz
initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.bz2
initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.xz
initscripts-618b209de75be1f80406aa7df787292249343fd3.zip
Don't export GRAPHICAL - plymouth is for all modes.
Don't try to start rhgb.
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-xrc.d/init.d/functions4
1 files changed, 1 insertions, 3 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index fed1fafa..09f47f37 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -459,10 +459,8 @@ echo_warning() {
# Inform the graphical boot of our current state
update_boot_stage() {
- if [ "$GRAPHICAL" = "yes" ]; then
- if [ -x /usr/bin/rhgb-client ]; then
+ if [ -x /usr/bin/rhgb-client ]; then
/usr/bin/rhgb-client --update="$1"
- fi
fi
return 0
}