diff options
author | phk <phk@FreeBSD.org> | 1999-08-09 19:56:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-08-09 19:56:29 +0000 |
commit | 031dfc456a7bcef1d6aae8995f3355925b75d29e (patch) | |
tree | 747e8b323133b4b067092493a69ac8264d1269fa /etc/crontab | |
parent | 8d7b3b617b2b1d42d887bb3717fa1e1dd0ff05a6 (diff) | |
download | FreeBSD-src-031dfc456a7bcef1d6aae8995f3355925b75d29e.zip FreeBSD-src-031dfc456a7bcef1d6aae8995f3355925b75d29e.tar.gz |
Move cronjob up one minute to get it out of the 02:00-03:00 happy hour
of daylight savings changes.
Submitted by: Doug <Doug@gorean.org>
Reviewed by: phk
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 375b7e1..21568ca 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.17 1997/08/13 06:12:03 pst Exp $ +# $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin @@ -14,7 +14,7 @@ HOME=/var/log 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance -0 2 * * * root periodic daily 2>&1 | sendmail root +59 1 * * * root periodic daily 2>&1 | sendmail root 30 3 * * 6 root periodic weekly 2>&1 | sendmail root 30 5 1 * * root periodic monthly 2>&1 | sendmail root # |