aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc b/rc.d/rc
index 4ecabd0b..bd390635 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -78,7 +78,7 @@ for i in /etc/rc$runlevel.d/S* ; do
test $? = 1 && continue
fi
- /usr/bin/rhgb-client --update "$subsys"
+ update_boot_stage "$subsys"
# Bring the subsystem up.
if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then
export LC_ALL=C