Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
445 B

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