457 |
echo " discard $sdir : $type , of='$optf'" | tee -a $OUTPFIL |
echo " discard $sdir : $type , of='$optf'" | tee -a $OUTPFIL |
458 |
cmis=`expr $cmis + 1` |
cmis=`expr $cmis + 1` |
459 |
elif test $num = '0' ; then |
elif test $num = '0' ; then |
460 |
echo "no previous test for:" $key | tee -a $OUTPFIL |
echo " dir='$sdir', type='$type', of='$optf':" | tee -a $OUTPFIL |
461 |
|
echo " --> no previous test matching key='$key'" | tee -a $OUTPFIL |
462 |
cmis=`expr $cmis + 1` |
cmis=`expr $cmis + 1` |
463 |
else |
else |
464 |
pline=`grep "^$key " $TMP.plist | head -1` |
pline=`grep "^$key " $TMP.plist | head -1` |
562 |
if test $OUTPFIL = "TTT.$$" ; then rm -f $OUTPFIL ; fi |
if test $OUTPFIL = "TTT.$$" ; then rm -f $OUTPFIL ; fi |
563 |
if test "x$ADDRESS" != 'xnone' ; then |
if test "x$ADDRESS" != 'xnone' ; then |
564 |
echo ".. send $OUTPSUM to $ADDRESS" |
echo ".. send $OUTPSUM to $ADDRESS" |
565 |
mail -s $OUTPSUM $ADDRESS < $OUTPSUM |
mail -s 'check_outp summary' $ADDRESS < $OUTPSUM |
566 |
fi |
fi |
567 |
echo ".. cat $OUTPSUM" |
echo ".. cat $OUTPSUM" |
568 |
cat $OUTPSUM |
cat $OUTPSUM |