From owner-cvs-usrsbin Sun Mar 31 11:08:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA12503 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 11:08:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA12490 Sun, 31 Mar 1996 11:08:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id LAA20043; Sun, 31 Mar 1996 11:07:30 -0800 (PST) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=), joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c In-reply-to: Your message of "Sun, 31 Mar 1996 18:22:18 +0200." <199603311622.SAA11793@uriah.heep.sax.de> Date: Sun, 31 Mar 1996 11:07:30 -0800 Message-ID: <20041.828299250@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > We have been shipping the system with the symlink for a long time, and > nobody was complaining. > > I don't back this out, the previous version was totally buggy and > happily clobbered files under /usr/share/zoneinfo/ in case the > existing /etc/localtime has already been a symlink. I think this is reasonable. If I'm running single-user with nothing but root mounted, I *expect* some things not to work quite right. I can't run vi very nicely without my /var mounted either, for that matter, and I usually find this far more objectionable than the timezone being set wrong. Am I suggesting that we break vi in order to make such a weird case work? Of course not, and I think the same can be said for localtime as a symlink. I'm backing Joerg on this one. Jordan