13.0-CURRENT moved from etc/crontab to usr.sbin/cron/cron/crontab crontab.REL=12.0-CURRENT.diff # *** 4.9-RELEASE/src/etc/crontab Tue Dec 30 12:25:35 2003 # --- jhs/src/etc/crontab Tue Dec 30 12:29:16 2003 # *************** # *** 22,24 **** # --- 22,32 ---- # # does nothing, if you have UTC cmos clock. # # See adjkerntz(8) for details. # 1,31 0-5 * * * root adjkerntz -a # + # + # 17 6 * * * root /usr/sbin/ntpdate ntp1.t-online.de # + # It's a major pain with rdist & debugging etc, if my remote servers drift # + # off too far, so apart from maybe doing a timed between them, also do a # + # a daily remote sync. # + # Note any one seeing this diff, copy it if you will, but choose # + # some other random time, & use a time server nearer you. # + # # *** 2017-05-30/12.0-CURRENT/src/etc/crontab Tue May 30 19:09:40 2017 # --- new-jhs/12.0-CURRENT/src/etc/crontab Tue May 30 19:11:22 2017 # *************** # *** 21,23 **** # --- 21,30 ---- # # Adjust the time zone if the CMOS clock keeps local time, as opposed to # # UTC time. See adjkerntz(8) for details. # 1,31 0-5 * * * root adjkerntz -a # + # + # 17 6 * * * root /usr/sbin/ntpdate ntp1.t-online.de # + # It's a major pain with rdist & debugging etc, if my remote servers drift # + # off too far, so apart from maybe doing a timed between them, also do a # + # a daily remote sync. # + # Note any one seeing this diff, copy it if you will, but choose # + # some other random time, & use a time server nearer you. # *** 13.0-CURRENT/src/usr.sbin/cron/cron/crontab Thu Jun 15 15:16:31 2017 --- new-jhs/src/usr.sbin/cron/cron/crontab Thu Jun 15 15:17:59 2017 *************** *** 21,23 **** --- 21,30 ---- # Adjust the time zone if the CMOS clock keeps local time, as opposed to # UTC time. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a + + # 17 6 * * * root /usr/sbin/ntpdate ntp1.t-online.de + # It's a major pain with rdist & debugging etc, if my remote servers drift + # off too far, so apart from maybe doing a timed between them, also do a + # a daily remote sync. + # Note any one seeing this diff, copy it if you will, but choose + # some other random time, & use a time server nearer you.