From owner-cvs-all@FreeBSD.ORG Mon Oct 16 19:44:53 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A26016A53E; Mon, 16 Oct 2006 19:44:53 +0000 (UTC) (envelope-from emaste@phaedrus.sandvine.ca) Received: from gw.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6823443D46; Mon, 16 Oct 2006 19:44:52 +0000 (GMT) (envelope-from emaste@phaedrus.sandvine.ca) Received: from mailserver.sandvine.com ([192.168.1.10]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Oct 2006 15:44:49 -0400 Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by mailserver.sandvine.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Oct 2006 15:44:47 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id C44C511715; Mon, 16 Oct 2006 15:44:47 -0400 (EDT) Date: Mon, 16 Oct 2006 15:44:47 -0400 From: Ed Maste To: Doug Barton Message-ID: <20061016194447.GA69026@sandvine.com> References: <200610131751.k9DHph6C076014@repoman.freebsd.org> <20061013195841.GB28074@rambler-co.ru> <200610131615.09414.jhb@freebsd.org> <45301100.9040908@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45301100.9040908@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 16 Oct 2006 19:44:48.0107 (UTC) FILETIME=[89B18BB0:01C6F15B] Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 19:44:53 -0000 On Fri, Oct 13, 2006 at 03:19:44PM -0700, Doug Barton wrote: > John Baldwin wrote: > > >>Part of the reason I didn't want to do it is that on RELENG_4 > >>it also requires more changes (like a makefile and etc/mtree). > >>I think you just broke the install on RELENG_4 with this > >>commit. > > I have a working RELENG_4 system, and I tested the install before > committing. The main effect of the Makefile changes on the install is > to move the systemv file behind the OLDTIMEZONES define. I didn't do > that because I thought it would be a POLA violation. The systemv in OLDTIMEZONES was needed for fresh installs (and release building) because systemv used to have: Link America/Indianapolis SystemV/EST5 while America/Indianapolis is itself a link provided by backward: Link America/Indiana/Indianapolis America/Indianapolis This import removed the "Link" lines from systemv, so it looks like the OLDTIMEZONES change is no longer relevant. -ed