home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / private / adm / monthly < prev    next >
Text File  |  1996-02-27  |  226b  |  12 lines

  1. #
  2. # /usr/adm/monthly
  3. #
  4. # This /bin/sh script is run once a month by cron.  Put any housekeeping
  5. # commands in here, like pruning of log files
  6. #
  7.  
  8. # Trim wtmp
  9. cp -p /usr/adm/wtmp /usr/adm/wtmp.old
  10. cat /dev/null > /usr/adm/wtmp
  11.  
  12.