1 #!/bin/sh - 2 # 3 # @(#)monthly 5.5 (Berkeley) 6/17/91 4 # 5 6 host=`hostname -s` 7 echo "Subject: $host monthly run output" 8 9 # echo "" 10 # echo "Doing login accounting:" 11 # ac -p | sort -nr +1 12 13 # Rotation of these logs now handled automatically by cron and 'newsyslog': 14 # kerberos.log 15 # lpd-errs 16 # wtmp 17 # aculog 18 # cron 19 20 echo "Nothing to do!" 21 #echo "." 22