diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-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 646e5862..1c1874c7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -938,6 +938,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 |