From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 16:28:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A74C16A4CF for ; Mon, 26 Jan 2004 16:28:58 -0800 (PST) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FF743D3F for ; Mon, 26 Jan 2004 16:27:51 -0800 (PST) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 26 Jan 2004 19:27:17 -0500 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8DB371D@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to get out of Africa? Thread-Index: AcPkZtiGB9qp+4NpSPiGFBBlHHuCygABRqQwAAASBGA= From: "Will Saxon" To: "Scott Hiemstra" , "Wayne M Barnes" , Subject: RE: How to get out of Africa? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 00:28:58 -0000 >=20 >=20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of=20 > Wayne M Barnes > Sent: Tuesday, October 21, 2003 2:25 PM > To: freebsd-questions@freebsd.org > Subject: How to get out of Africa? >=20 >=20 > Dear FreeBSD, >=20 > During installation, I accidentally hit Africa for my timezone. >=20 > I have looked all over the documentation, and I cannot find > out to reset my time zone. >=20 > Does anybody else know? I installed 5.1 from the CD. I think that you can copy the file that matches your timezone from = /usr/share/zoneinfo/ over top of /etc/localtime.=20 For me it is EST5EDT and I usually link it (ln -s = /usr/share/zoneinfo/EST5EDT /etc/localtime) but that might not be the = recommended way.=20 -Will