From owner-freebsd-java@FreeBSD.ORG Tue Apr 12 02:50:12 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88CD16A4CE for ; Tue, 12 Apr 2005 02:50:12 +0000 (GMT) Received: from mta8.srv.hcvlny.cv.net (mta8.srv.hcvlny.cv.net [167.206.4.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4911E43D46 for ; Tue, 12 Apr 2005 02:50:12 +0000 (GMT) (envelope-from truk@optonline.net) Received: from focus (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0IET006NSBUNRB@mta8.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Mon, 11 Apr 2005 22:49:36 -0400 (EDT) Date: Mon, 11 Apr 2005 22:48:18 -0400 From: Kurt Miller To: freebsd-java@freebsd.org Message-id: <000901c53f0a$15aa43b0$150110ac@focus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=response Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <425AED7B.2030202@borderware.com> Subject: Re: Re: TimeZone Defaults] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 02:50:12 -0000 From: "Christy Pang" > Kurt Miller wrote: > >> Is /etc/localtime a symlink? If it is, try copying the tz file >> to /etc/localtime instead. > > It was a symlink. Our /etc file system is a read only file system. But even copy the TZ file to /etc/localtime > > md5 /etc/localtime > MD5 (/etc/localtime) = 370687bb78b74fc4540f6a316d8bca02 > > root@sip-tey 2:24pm # md5 > /usr/share/zoneinfo/America/Toronto > MD5 (/usr/share/zoneinfo/America/Toronto) = 370687bb78b74fc4540f6a316d8bca02 Does copying America/Montreal to /etc/localtime work? -Kurt