home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / CronVixie2.1 / roottab.src < prev    next >
Text File  |  1992-01-14  |  415b  |  16 lines

  1. # /etc/crontab.src - root's crontab for Vixie's cron
  2. # PROVIDED AS AN EXAMPLE ONLY
  3. #
  4. SHELL=/bin/sh
  5. PATH=/etc:/bin:/usr/bin:/usr/ucb:/usr/local/bin
  6. MAILTO=paul
  7. HOME=/var/adm
  8. #
  9. #minute    hour    mday    month    wday    command
  10. #
  11. 0/10    *    *    *    *    /etc/dmesg - >> messages
  12. 0/15    *     *    *    *    /usr/lib/atrun
  13. 37    4    *    *    *    ./cronrun-day > cronout-day 2>&1
  14. 43    4    *    *    Sun    ./cronrun-wk  > cronout-wk  2>&1
  15. 51    4    1    *    *    ./cronrun-mon > cronout-mon 2>&1
  16.