diff options
author | ache <ache@FreeBSD.org> | 1994-01-04 17:50:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-01-04 17:50:25 +0000 |
commit | 22eebdda3edd9f5670a7a574461ac319bfc9a986 (patch) | |
tree | 671c595edcc88fa62864a6703a43d223374ce0e0 /etc/crontab | |
parent | 9ddfb33fd02cd2c20f8a6df19146e0eb298dd8a8 (diff) | |
download | FreeBSD-src-22eebdda3edd9f5670a7a574461ac319bfc9a986.zip FreeBSD-src-22eebdda3edd9f5670a7a574461ac319bfc9a986.tar.gz |
Add adjkerntz to track time zone change.
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 ef8eafc..6e6b977 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /var/cron/tabs/root - root's crontab for FreeBSD # -# $Id$ +# $Id: crontab,v 1.2 1993/07/19 19:08:04 rgrimes 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 * * * /etc/daily 30 3 * * 6 /etc/weekly 30 5 1 * * /etc/monthly +# +# time zone change adjustment for wall cmos clock, +# does nothing, if you have UTC cmos clock. +# See adjkerntz(8) for details. +0 3 * * * /sbin/adjkerntz -a |