Searched refs:SECOUT (Results 1 - 1 of 1) sorted by relevance

/src/etc/
H A Ddaily280 SECOUT="$DAILYDIR/sec"
281 sh /etc/security > "$SECOUT" 2>&1
282 if [ ! -s "$SECOUT" ]; then
284 echo "Nothing to report on $date" > "$SECOUT"
290 if [ -s "$SECOUT" ]; then
292 mail -s "$host daily insecurity output for $date" $MAILTO < $SECOUT
296 cat $SECOUT

Completed in 2 milliseconds