=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/crontab,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/etc/crontab 2009/05/09 14:21:24 1.16 --- src/etc/crontab 2009/05/09 16:29:54 1.17 *************** *** 1,4 **** ! # $OpenBSD: crontab,v 1.16 2009/05/09 14:21:24 schwarze Exp $ # # /var/cron/tabs/root - root's crontab # --- 1,4 ---- ! # $OpenBSD: crontab,v 1.17 2009/05/09 16:29:54 schwarze Exp $ # # /var/cron/tabs/root - root's crontab # *************** *** 16,22 **** # send log file notifications, if necessary #1-59 * * * * /usr/bin/newsyslog -m # ! # do daily and weekly maintenance 30 1 * * * umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root 30 3 * * 6 umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root #0 * * * * /usr/libexec/spamd-setup --- 16,23 ---- # send log file notifications, if necessary #1-59 * * * * /usr/bin/newsyslog -m # ! # do daily/weekly/monthly maintenance 30 1 * * * umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root 30 3 * * 6 umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root + 30 5 1 * * umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root #0 * * * * /usr/libexec/spamd-setup