aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2003-05-01 22:02:42 +0000
committerJonathan Blandford <jrb@redhat.com>2003-05-01 22:02:42 +0000
commitfd9fea9a6f5df0931af76cddfea2ffa745179d27 (patch)
treeffe352b608dd493114bba9b5549d30cf23d78b1c /rc.d/rc
parent166d88d97dffa16a83b6964aa79780edcc71b64f (diff)
downloadinitscripts-fd9fea9a6f5df0931af76cddfea2ffa745179d27.tar
initscripts-fd9fea9a6f5df0931af76cddfea2ffa745179d27.tar.gz
initscripts-fd9fea9a6f5df0931af76cddfea2ffa745179d27.tar.bz2
initscripts-fd9fea9a6f5df0931af76cddfea2ffa745179d27.tar.xz
initscripts-fd9fea9a6f5df0931af76cddfea2ffa745179d27.zip
Thu May 1 17:41:50 2003 Jonathan Blandford <jrb@redhat.com>
* rc.d/rc (previous): Use the function to call rhgb.
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