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

Annotation of src/etc/crontab, Revision 1.19

1.19    ! halex       1: #      $OpenBSD: crontab,v 1.18 2009/05/09 17:15:49 schwarze 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.17      schwarze   19: # do daily/weekly/monthly maintenance
1.18      schwarze   20: 30     1       *       *       *       /bin/sh /etc/daily
                     21: 30     3       *       *       6       /bin/sh /etc/weekly
                     22: 30     5       1       *       *       /bin/sh /etc/monthly
1.19    ! halex      23: #0     *       *       *       *       sleep $((RANDOM \% 1800)) && /usr/libexec/spamd-setup