[BACK]Return to crontab CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/crontab, Revision 1.13

1.13    ! ray         1: #      $OpenBSD: crontab,v 1.12 2003/03/10 01:05:28 deraadt Exp $
1.2       niklas      2: #
1.3       deraadt     3: # /var/cron/tabs/root - root's crontab
1.1       deraadt     4: #
                      5: SHELL=/bin/sh
1.4       deraadt     6: PATH=/bin:/sbin:/usr/bin:/usr/sbin
1.1       deraadt     7: HOME=/var/log
                      8: #
                      9: #minute        hour    mday    month   wday    command
1.9       millert    10: #
                     11: # sendmail clientmqueue runner
                     12: */30   *       *       *       *       /usr/sbin/sendmail -L sm-msp-queue -Ac -q
1.1       deraadt    13: #
                     14: # rotate log files every hour, if necessary
                     15: 0      *       *       *       *       /usr/bin/newsyslog
1.6       downsj     16: # send log file notifications, if necessary
1.8       angelos    17: #1-59  *       *       *       *       /usr/bin/newsyslog -m
1.1       deraadt    18: #
                     19: # do daily/weekly/monthly maintenance
1.13    ! ray        20: 30     1       *       *       *       umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root
        !            21: 30     3       *       *       6       umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root
        !            22: 30     5       1       *       *       umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root
1.12      deraadt    23: #0     *       *       *       *       /usr/libexec/spamd-setup