diff options
author | Bill Nottingham <notting@redhat.com> | 2003-05-01 03:02:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-05-01 03:02:00 +0000 |
commit | b299d4044bc9d4ddbfcefed2b23454e62244cfe0 (patch) | |
tree | 8be4bdc3e778406e693bf96285eaaebb3e5f0e35 /rc.d/rc | |
parent | fe1238d2e9e401bf2fd658ecb8cbce9f5e73559c (diff) | |
download | initscripts-b299d4044bc9d4ddbfcefed2b23454e62244cfe0.tar initscripts-b299d4044bc9d4ddbfcefed2b23454e62244cfe0.tar.gz initscripts-b299d4044bc9d4ddbfcefed2b23454e62244cfe0.tar.bz2 initscripts-b299d4044bc9d4ddbfcefed2b23454e62244cfe0.tar.xz initscripts-b299d4044bc9d4ddbfcefed2b23454e62244cfe0.zip |
more rhgb tweaks
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ for i in /etc/rc$runlevel.d/S* ; do test $? = 1 && continue fi + /usr/bin/rhgb-client --update "$subsys" # Bring the subsystem up. if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then export LC_ALL=C |