From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 31 08:01:50 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A4F1065670 for ; Thu, 31 Mar 2011 08:01:50 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id E6C758FC0C for ; Thu, 31 Mar 2011 08:01:49 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p2V81mn2089276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 31 Mar 2011 01:01:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p2V81mDa089275; Thu, 31 Mar 2011 01:01:48 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA07046; Wed, 30 Mar 11 23:52:03 PST Date: Thu, 31 Mar 2011 00:51:47 -0700 From: perryh@pluto.rain.com To: matthias.andree@gmx.de Message-Id: <4d943293.B/SvzTs8z8S9S+hy%perryh@pluto.rain.com> References: <8CDBB88B5271976-11D4-322B@web-mmc-d02.sysops.aol.com> <4D90EDFD.8070402@gmx.de> <4d91900e.aNSfFKEtFazonwkG%perryh@pluto.rain.com> <4D91F12E.3050803@gmx.de> In-Reply-To: <4D91F12E.3050803@gmx.de> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-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: Thu, 31 Mar 2011 08:01:50 -0000 Matthias Andree wrote: > > If they're in the same physical FS there's no need for a symlink. > > You might as well use a hardlink. > > And then discuss how all the time zone configuration tools deal > with /etc/localtime - truncate/overwrite, direct overwrite ... In that case neither a symlink nor a hardlink is safe, regardless of whether /etc and /usr/share/timezone are in the same FS. Either truncate/overwrite or direct overwrite will trash the target of a symlink just as they would the file identified by a hardlink.