From owner-cvs-all@FreeBSD.ORG Fri Oct 13 20:15: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 EAC2816A40F; Fri, 13 Oct 2006 20:15:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C581243D96; Fri, 13 Oct 2006 20:15:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9DKEvFQ017418; Fri, 13 Oct 2006 16:14:57 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Fri, 13 Oct 2006 16:15:08 -0400 User-Agent: KMail/1.9.1 References: <200610131751.k9DHph6C076014@repoman.freebsd.org> <20061013195841.GB28074@rambler-co.ru> In-Reply-To: <20061013195841.GB28074@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610131615.09414.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 13 Oct 2006 16:14:57 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/2030/Fri Oct 13 09:34:34 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, LONGWORDS autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org 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: Fri, 13 Oct 2006 20:15:54 -0000 On Friday 13 October 2006 15:58, Ruslan Ermilov wrote: > On Fri, Oct 13, 2006 at 05:51:42PM +0000, Doug Barton wrote: > > dougb 2006-10-13 17:51:42 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > share/zoneinfo africa antarctica asia australasia > > backward etcetera europe factory > > leapseconds northamerica southamerica > > systemv yearistype.sh zone.tab > > Log: > > MFC tzdata2006n > > > > Revision Changes Path > > 1.10.2.5 +67 -31 src/share/zoneinfo/africa > > 1.1.2.6.2.6 +29 -30 src/share/zoneinfo/antarctica > > 1.14.2.10 +463 -191 src/share/zoneinfo/asia > > 1.14.2.9 +136 -67 src/share/zoneinfo/australasia > > 1.1.2.4.2.8 +21 -14 src/share/zoneinfo/backward > > 1.1.2.4.2.3 +4 -3 src/share/zoneinfo/etcetera > > 1.18.2.9 +264 -178 src/share/zoneinfo/europe > > 1.5.2.1 +1 -1 src/share/zoneinfo/factory > > 1.4.2.9 +42 -41 src/share/zoneinfo/leapseconds > > 1.14.2.9 +763 -278 src/share/zoneinfo/northamerica > > 1.12.2.10 +98 -88 src/share/zoneinfo/southamerica > > 1.1.2.1.14.2 +11 -25 src/share/zoneinfo/systemv > > 1.1.2.3.8.2 +6 -5 src/share/zoneinfo/yearistype.sh > > 1.4.2.12 +42 -34 src/share/zoneinfo/zone.tab > > > 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. Yeah, there is an mtree and Makefile change, but I'd actually rather us fix RELENG_4 to work with the new files. I already merged back those changes at my last job, and my new one has the local changes as well (well, we only have the Makefile changes, not the mtree ones, but I remember doing the mtree one last year). -- John Baldwin