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

Annotation of src/etc/crontab, Revision 1.16

1.16    ! schwarze    1: #      $OpenBSD: crontab,v 1.15 2007/02/27 16:04:16 beck 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: #
1.16    ! schwarze   19: # do daily and weekly 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
1.15      beck       22: #0     *       *       *       *       /usr/libexec/spamd-setup