From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 28 18:10:44 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3391F1065674 for ; Mon, 28 Mar 2011 18:10:44 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BD87B8FC12 for ; Mon, 28 Mar 2011 18:10:43 +0000 (UTC) Received: by wyf23 with SMTP id 23so3625894wyf.13 for ; Mon, 28 Mar 2011 11:10:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ks3wG877BDvyosB8jdRn93pfRmw5PbZcLl6BUPi3cYI=; b=donjcvxRaVHF/dNdnATlMvGZg5eNQqJNeIHco4/KPxXhYjrdx/CnMxXWxJOnymS3oH HrHz4tDsWcPJg6QBa/KZq0aEKGeZ4lk2sV9VNpQhvOLmN8Wtv48LdzGW1h7OddjRhXUR 8wGWz3YXjcDccWU9m+SP0L2ObF8nfDhCI5CW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=F7I/Oi9ILUZyZeAl9YkCuq2z5oM8aQpawFl/iNNxnFVQ5RQce1ByfBMVZIrAEvn7uA m5oPMnMsXbZ10E0RLPMv1SNxtwBTfecl+iiLtnPdL64xwK/Jrf2WQ2ywqRYVmeuOuIKV 3CIjxk8cl8sfSiHZZlRjuJOpqk+kgxUR10FHI= MIME-Version: 1.0 Received: by 10.216.143.96 with SMTP id k74mr2955007wej.100.1301335842607; Mon, 28 Mar 2011 11:10:42 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.216.173.142 with HTTP; Mon, 28 Mar 2011 11:10:42 -0700 (PDT) In-Reply-To: <8CDBB88B5271976-11D4-322B@web-mmc-d02.sysops.aol.com> References: <8CDBB88B5271976-11D4-322B@web-mmc-d02.sysops.aol.com> Date: Mon, 28 Mar 2011 11:10:42 -0700 X-Google-Sender-Auth: vdB3vUYzWnLNTc_1a-btnQII8ew Message-ID: From: Garrett Cooper To: dieterbsd@engineer.com Content-Type: text/plain; charset=ISO-8859-1 Cc: hackers@freebsd.org Subject: Re: Keeping /etc/localtime up-to-date X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 18:10:44 -0000 On Mon, Mar 28, 2011 at 10:57 AM, wrote: >> And while I (think I) recall that the equivalent of /etc/localtime >> was implemented in some version of SunOS many years ago as a symlink, >> I believe that approach could be problematic for FreeBSD, as it >> could impose some unintended requirements on some of the start-up >> scripts. > > I have been running FreeBSD and NetBSD with /etc/localtime being > a symlink for years and have not seen any problems as a result. +1. Many Linux distros do the same thing as well (Gentoo is just one example). Thanks, -Garrett