From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 27 Jul 2005 17:05:54 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] system clock? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: 7088d5a8-ead0-11e9-9d60-3106f5b1d025 it's called aux/timesync. "man timesync" would have told you this. it gets started in cpurc and termrc. On 7/27/05, rattan wrote: >=20 >=20 > >> file /adm/timezone/local is same as /adm/timezone/US_Michigan > > > > ps -a |grep timesync >=20 > it does show a process 'timesync' >=20 > > should say timesync -rL if you want to > > sync against the bios clock. > I tried > timesync -rL >=20 > timesync: '/bin/timesync' file doesn't exist >=20 > I did not see it in /sys/src/cmd too. >=20 > -ishwar >