Index: tiger =================================================================== RCS file: /cvsroot/tiger/tiger/tiger,v retrieving revision 1.15 diff -u -p -r1.15 tiger --- tiger 19 Aug 2003 17:40:19 -0000 1.15 +++ tiger 2 Sep 2003 07:48:05 -0000 @@ -396,6 +396,11 @@ aidepid= run_script check_apache >> $logtmp } +[ "$Tiger_Check_SSH" != 'N' ] && { + echo "`$TIMECMD`> Checking SSHD's configuration..." + $SCRIPTDIR/check_ssh >> $logtmp +} + [ "$Tiger_Check_SENDMAIL" != 'N' ] && { echo "`$TIMECMD`> Checking Sendmail's configuration..." run_script check_sendmail >> $logtmp @@ -404,6 +409,11 @@ aidepid= [ "$Tiger_Check_PRINTCAP" != 'N' ] && { echo "`$TIMECMD`> Checking the printers control file..." run_script check_printcap >> $logtmp +} + +[ -n "$NDD" -a "$Tiger_Check_NETWORKCONFIG" != 'N' ] && { + echo "`$TIMECMD`> Checking for network (ndd) configuration..." + $SCRIPTDIR/check_ndd >> $logtmp } [ "$Tiger_Check_EXRC" != 'N' ] && {