From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <68e8d0a946ba73cb849fc9db0e501f01@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] making yourself at home From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 13 Jun 2007 09:54:20 +0100 In-Reply-To: <20070612195457.GA30133@mercurius.galaxy> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 7dfc03de-ead2-11e9-9d60-3106f5b1d025 > Is there actually something like hwclock (to directly set, read the HW > clock) in Plan 9? rtc(3) The cpurc script sets the hardware clock after starting timesync: awk '{print $1}' /dev/time >'#r/rtc' # fix hw clock