From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:58:33 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 154BD16A4A0; Tue, 9 Oct 2007 18:58:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 6486F13C47E; Tue, 9 Oct 2007 18:58:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 213668958-1834499 for multiple; Tue, 09 Oct 2007 14:56:20 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l99IwHFM004692; Tue, 9 Oct 2007 14:58:17 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Edwin Groothuis Date: Tue, 9 Oct 2007 14:58:03 -0400 User-Agent: KMail/1.9.6 References: <200710090237.l992bLDR012250@repoman.freebsd.org> In-Reply-To: <200710090237.l992bLDR012250@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710091458.04303.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]); Tue, 09 Oct 2007 14:58:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4515/Tue Oct 9 11:56:57 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/zoneinfo Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 18:58:33 -0000 On Monday 08 October 2007 10:37:21 pm Edwin Groothuis wrote: > edwin 2007-10-09 02:37:21 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/zoneinfo Makefile > Log: > MFC: > > Describe the process of importing new zoneinfo data and updating > it into CVS. > > PR: conf/116901 Is there a reason for the whitespace diff between HEAD and the other branches? :) Index: Makefile =================================================================== RCS file: /usr/cvs/src/share/zoneinfo/Makefile,v retrieving revision 1.22 retrieving revision 1.20.2.2 diff -u -r1.22 -r1.20.2.2 --- Makefile 8 Oct 2007 21:16:38 -0000 1.22 +++ Makefile 9 Oct 2007 02:37:21 -0000 1.20.2.2 @@ -6,7 +6,7 @@ # In a clean directory, unpack the distribution archive and run: # # $ cvs -d :ext:ncvs.freebsd.org:/home/ncvs import -b 1.1.2 \ -# src/share/zoneinfo ADO tzdataYYYYt +# src/share/zoneinfo ADO tzdataYYYYt # # where YYYYt is the year and the version of the distribution, for # example 2004h. -- John Baldwin