diff options
author | ache <ache@FreeBSD.org> | 1994-09-26 20:15:50 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-26 20:15:50 +0000 |
commit | e7b69b77fc60aeffd3d3b1df45f4fff396aa41b7 (patch) | |
tree | 2a4851c451e1367662ed75c4119a2b255beed050 /etc/crontab | |
parent | 0a87451733917f63204aedb92bb102775cf71537 (diff) | |
download | FreeBSD-src-e7b69b77fc60aeffd3d3b1df45f4fff396aa41b7.zip FreeBSD-src-e7b69b77fc60aeffd3d3b1df45f4fff396aa41b7.tar.gz |
Start adjkerntz at 3:01 instead of 3:00, it is too early for TZ change at 3:00
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 817175c..c5500bb 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.5 1994/01/22 20:44:12 guido Exp $ +# $Id: crontab,v 1.6 1994/04/15 16:57:38 sean Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh @@ -22,4 +22,4 @@ HOME=/var/log # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. -0 3 * * * root /sbin/adjkerntz -a +1 3 * * * root /sbin/adjkerntz -a |