OpenSDE Packages Database (without history before r20070)
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.

20 lines
417 B

  1. # Copyright (C) 1998 - 2003 Clifford Wolf
  2. SHELL=/bin/sh
  3. PATH=/bin:/sbin:/usr/bin:/usr/sbin
  4. MAILTO=root
  5. #
  6. # Make daily checkings and send reports to root
  7. #
  8. 0 5 * * * root test -x /usr/sbin/cron.run && /usr/sbin/cron.run -mail-to-root
  9. #
  10. # Run the at jobs
  11. #
  12. * * * * * root test -x /usr/lib/atrun && /usr/lib/atrun
  13. #
  14. # Update /var/db/* (passwd.db, shadow.db, ...)
  15. #
  16. # * * * * * root make -C /var/db > /dev/null 2>&1