#RHEL4 start) echo -n $"Checking for new hardware" rm -f /var/run/Xconfig rm -f /var/run/Xconfig-failed
# Have a 30 second timeout. /usr/sbin/kudzu $KUDZU_ARGS -t 30 RETVAL=$? if [ "$RETVAL" -eq 0 ]; then action "" /bin/true else action "" /bin/false if [ "$RETVAL" -eq 5 ]; then echo -n $"Hardware configuration timed out." echo -n $"Run '/usr/sbin/kudzu' from the command line to re-detect." initlog -n kudzu -s $"Hardware configuration timed out." initlog -n kudzu -s $"Run '/usr/sbin/kudzu' from the command line to re-detect." fi fi