diff options
| -rwxr-xr-x | rc.d/rc.sysinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 7d5087d6..4017ae5a 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -842,6 +842,7 @@ if [ -x /sbin/redhat-support-check -a -f /var/lib/supportinfo ]; then echo $"Normal startup will continue in 10 seconds." sleep 10 } +fi # Let rhgb know that we're leaving rc.sysinit if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then /usr/bin/rhgb-client --sysinit |
