home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / sources / src_tgz / src_tgz~ / src / etc / monthly < prev    next >
Encoding:
Text File  |  1996-05-09  |  398 b   |  23 lines

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