From e2cecab9f2bfe269072e7b4873db7750832a707c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 9 Jul 2003 04:57:02 +0000 Subject: add C version of redhat-support-check here --- rc.d/rc.sysinit | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 3a5c5dee..6176459d 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -819,3 +819,10 @@ if [ "$PROMPT" != "no" ]; then /sbin/getkey i && touch /var/run/confirm fi wait + +[ -x /sbin/redhat-support-check ] && + [ -f /var/lib/supportinfo ] && + /sbin/redhat-support-check || { + echo $"startup will continue in 10 seconds" + sleep 10 +} -- cgit