diff options
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 |