From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200307171947.h6HJll719842@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] cron and timesync In-Reply-To: Your message of "Thu, 17 Jul 2003 12:53:50 MDT." From: Dan Cross Date: Thu, 17 Jul 2003 15:47:47 -0400 Topicbox-Message-UUID: faa17ea2-eacb-11e9-9e20-41e7f4b1d025 > i have modified timesync.c and added a -w option to write to /dev/rtc, but > then decided it'd be simple to run 'date -n > /dev/rtc' once daily from > cron. It is easier, except that the RTC may be up to a second off. If you don't care about one second, it's not a big deal. If you do, writing a little C program that updates the RTC when it hits the leading edge of a second isn't hard. - Dan C.