#!/bin/sh # # Author: Brian Hilstrom # Date: Jan 24, 2004 # # `clock-sync.cron` is a simple file to put in /etc/cron.daily # It uses rdate to sync to time-a.timefreq.bldrdoc.gov (a NIST atomic clock). # It then syncs the hardware clock to the system clock. # rdate -s time-a.timefreq.bldrdoc.gov hwclock --systohc