Date: Wed, 7 Jun 1995 02:17:19 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-hackers@freebsd.org, jan@bagend.atl.ga.us Subject: Re: june 5 14:39 boot.flp Message-ID: <199506061617.CAA17195@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>However, this is the first time that I have had a problem with
>setting the timezone. I have my cmos clock set for local time.
>I told sysinstall this but it comes back with universal time...
>regardless of what I tell it in the menu. Now, it only asks once
>for what I think the time is... even after rebooting and running
>sysinstall over ... and over.
There are several bugs:
(1) /etc/wall_cmos_clock isn't removed when the state is switched
to CMOS_UTC.
(2) if /etc/wall_cmos_clock exists, or if there is already a timezone
file installed, then tzsetup never asks you for the time so you
can't set the time or switch the state to or from CMOS_UTC :-).
tzsetup should have a separate option to switch the state. sysinstall
could handle the problem by (optionally?) removing /etc/localtime and
/etc/wall_cmos_clock.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506061617.CAA17195>
