Avoid confusion on running /etc/daily on daylight-savings change days.
authorgene <gene@openbsd.org>
Thu, 3 Apr 1997 20:12:07 +0000 (20:12 +0000)
committergene <gene@openbsd.org>
Thu, 3 Apr 1997 20:12:07 +0000 (20:12 +0000)
etc/crontab

index d41c078..b64e1f7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: crontab,v 1.4 1996/12/07 07:50:33 deraadt Exp $
+#      $OpenBSD: crontab,v 1.5 1997/04/03 20:12:07 gene Exp $
 #
 # /var/cron/tabs/root - root's crontab
 #
@@ -14,6 +14,6 @@ HOME=/var/log
 0      *       *       *       *       /usr/bin/newsyslog
 #
 # do daily/weekly/monthly maintenance
-0      2       *       *       *       /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root
+30     1       *       *       *       /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root
 30     3       *       *       6       /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root
 30     5       1       *       *       /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthly output" root