From fd9fea9a6f5df0931af76cddfea2ffa745179d27 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Thu, 1 May 2003 22:02:42 +0000 Subject: Thu May 1 17:41:50 2003 Jonathan Blandford * rc.d/rc (previous): Use the function to call rhgb. --- ChangeLog | 4 ++++ rc.d/rc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d9b670b8..f6c4a053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 1 17:41:50 2003 Jonathan Blandford + + * rc.d/rc (previous): Use the function to call rhgb. + 2003-04-30 Bill Nottingham * ChangeLog, initscripts.spec: 7.18-1 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 -- cgit v1.2.1