=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/crontab,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/etc/crontab 1997/08/18 06:12:51 1.7 --- src/etc/crontab 2000/12/29 14:38:45 1.8 *************** *** 1,4 **** ! # $OpenBSD: crontab,v 1.7 1997/08/18 06:12:51 deraadt Exp $ # # /var/cron/tabs/root - root's crontab # --- 1,4 ---- ! # $OpenBSD: crontab,v 1.8 2000/12/29 14:38:45 angelos Exp $ # # /var/cron/tabs/root - root's crontab # *************** *** 13,19 **** # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog # send log file notifications, if necessary ! #*/1 * * * * /usr/bin/newsyslog -m # # do daily/weekly/monthly maintenance 30 1 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root --- 13,19 ---- # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog # send log file notifications, if necessary ! #1-59 * * * * /usr/bin/newsyslog -m # # do daily/weekly/monthly maintenance 30 1 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root