From 1a2e10d39c92678c46b0803fff73c8a508f05759 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Jul 2003 01:49:02 +0000 Subject: duh, that's not very valid --- rc.d/rc.sysinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 6176459d..093a53f2 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -820,9 +820,9 @@ if [ "$PROMPT" != "no" ]; then fi wait -[ -x /sbin/redhat-support-check ] && - [ -f /var/lib/supportinfo ] && +if [ -x /sbin/redhat-support-check -a -f /var/lib/supportinfo ]; then /sbin/redhat-support-check || { - echo $"startup will continue in 10 seconds" + echo $"Normal startup will continue in 10 seconds." sleep 10 -} + } +fi -- cgit