diff options
author | ache <ache@FreeBSD.org> | 1994-11-02 09:50:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-02 09:50:11 +0000 |
commit | 3ced78a1134b86804c01a6fa46a59d15b6da2b0f (patch) | |
tree | 3ceda1397fc0a9ac8282f90be69922a5127b7e1e /etc/crontab | |
parent | e61515fa646847d47c5efee7a1180de2dfc7c4ca (diff) | |
download | FreeBSD-src-3ced78a1134b86804c01a6fa46a59d15b6da2b0f.zip FreeBSD-src-3ced78a1134b86804c01a6fa46a59d15b6da2b0f.tar.gz |
Call adjkerntz -a every half hour from 0 to 4 am
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index fd3760b..dc2cf67 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.7 1994/09/26 20:15:50 ache Exp $ +# $Id: crontab,v 1.8 1994/11/01 16:25:06 ache Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh @@ -18,3 +18,8 @@ HOME=/var/log 0 2 * * * root /etc/daily 30 3 * * 6 root /etc/weekly 30 5 1 * * root /etc/monthly +# +# time zone change adjustment for wall cmos clock, +# does nothing, if you have UTC cmos clock. +# See adjkerntz(8) for details. +1,31 0-4 * * * root /sbin/adjkerntz -a |