diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | rc.d/rc | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu May 1 17:41:50 2003 Jonathan Blandford <jrb@redhat.com> + + * rc.d/rc (previous): Use the function to call rhgb. + 2003-04-30 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.18-1 @@ -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 |