From owner-freebsd-current Sun Nov 2 11:07:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA06763 for current-outgoing; Sun, 2 Nov 1997 11:07:35 -0800 (PST) (envelope-from owner-freebsd-current) Received: from piano.synapse.net (piano.synapse.net [199.84.54.19]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA06758 for ; Sun, 2 Nov 1997 11:07:32 -0800 (PST) (envelope-from evanc@synapse.net) Received: (qmail 19381 invoked by uid 1001); 2 Nov 1997 19:07:30 -0000 Date: Sun, 2 Nov 1997 14:07:30 -0500 (EST) From: Evan Champion To: Joerg Wunsch cc: freebsd-current@freebsd.org Subject: Re: 971026 wouldn't let me set timezone In-Reply-To: <19971102190138.XC09043@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 2 Nov 1997, J Wunsch wrote: > Regarding the broken timezone setup, i haven't been using 3.0-current > SNAPs for a while. This installation step is supposed to happen by > running the external program /usr/sbin/tzsetup. Maybe sysinstall > fails to call it for some reason. Maybe the program itself is broken? > If you could reproduce it, have a look at the debug messages on the > second screen (Alt-F2). I ran tzsetup and tracked down the error; there's an extraneous blank line at the end of /usr/share/misc/iso3166. If line 465 is deleted, both tzsetup and sysinstall work fine. Evan