From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 07:58:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A91816A400 for ; Fri, 16 Mar 2007 07:58:02 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA3913C455 for ; Fri, 16 Mar 2007 07:58:02 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l2G7w0wc080036; Fri, 16 Mar 2007 00:58:00 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <01ef01c767a0$9ecdbc60$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "Chuck Swiger" References: <200703141501.l2EF1e2Z267703@shell01.TheWorld.com><00da01c766c2$dfaffdd0$3c01a8c0@coolf89ea26645> Date: Thu, 15 Mar 2007 23:56:34 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Fri, 16 Mar 2007 00:58:01 -0700 (PDT) Cc: Ken Cochran , freebsd-questions@freebsd.org Subject: Re: Fixing DST manually on rel4 & rel5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 07:58:02 -0000 ----- Original Message ----- From: "Chuck Swiger" To: "Ted Mittelstaedt" Cc: "Ken Cochran" ; Sent: Thursday, March 15, 2007 9:12 AM Subject: Re: Fixing DST manually on rel4 & rel5 > On Mar 14, 2007, at 10:29 PM, Ted Mittelstaedt wrote: > > echo "ln -s /usr/share/zoneinfo/PST8PDT /etc/localtime" > > [ ... ] > > > > I think the ln-s line is backwards, I didn't check it. I think it's > > been a while since they used softlinks for localtime > > The use of "ln -s" will work just fine as written. I don't know why > tzsetup makes a copy of the zoneinfo file rather than setting up a > symlink, but making a copy simply allows the file in /etc to become > out-of-sync if one updates the files under /usr/share{/lib}/zoneinfo > without re-running tzsetup again. > Maybe they want the timezone to be correct if you boot into single user mode and don't mount /usr? Ted