From 1e94933c6b3def18db1499f16a736982b59f4551 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 19 Oct 2004 03:59:34 +0000 Subject: add call to redhat-support-check --- rc.d/rc.sysinit | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0613d0d3..646e5862 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -933,6 +933,12 @@ if [ "$PROMPT" != "no" ]; then fi wait +if [ -x /sbin/redhat-support-check -a -f /var/lib/supportinfo ]; then + /sbin/redhat-support-check || { + echo $"Normal startup will continue in 10 seconds." + sleep 10 +} + # 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 -- cgit