From owner-freebsd-current@FreeBSD.ORG Wed Oct 9 15:04:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA1ABBB6 for ; Wed, 9 Oct 2013 15:04:02 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF72C2D83 for ; Wed, 9 Oct 2013 15:04:02 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id r99F4109025656 for ; Wed, 9 Oct 2013 11:04:01 -0400 (EDT) (envelope-from lidl@pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Message-ID: <52557060.3040304@pix.net> Date: Wed, 09 Oct 2013 11:04:00 -0400 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: [Heads Up] RCS removed from base References: <20131008232251.GA47296@night.db.net> In-Reply-To: <20131008232251.GA47296@night.db.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 15:04:03 -0000 > On Tue, Oct 08, 2013 at 04:56:46PM -0400, Kurt Lidl wrote: >> On 10/8/13 4:33 PM, Cy Schubert wrote: >> > In message <52542687.7000100 at pix.net>, Kurt Lidl writes: >> >> On 10/8/13, Julian Elischer wrote: >> >>> On 10/7/13 11:06 PM, Steve Kargl wrote: >> >>>> On Sun, Oct 06, 2013 at 10:43:21PM -0400, Eitan Adler wrote: >> >>>>> Hey all, > > Did it this morning > > http://people.FreeBSD.org/~db/rcs.tgz > > Or > > http://www.db.net/~db/rcs.tgz I notice in diff'ing your work vs my work, that I started with newer revisions of some of the files than the ones you have: < .\" $OpenBSD: ci.1,v 1.37 2011/07/14 16:31:34 sobrado Exp $ --- > .\" $OpenBSD: ci.1,v 1.38 2013/08/12 14:19:53 jmc Exp $ < /* $OpenBSD: ci.c,v 1.214 2013/01/18 11:21:09 guenther Exp $ */ --- > /* $OpenBSD: ci.c,v 1.215 2013/04/17 00:20:52 deraadt Exp $ */ < /* $OpenBSD: co.c,v 1.116 2010/12/03 19:44:58 chl Exp $ */ --- > /* $OpenBSD: co.c,v 1.117 2013/04/16 20:24:45 deraadt Exp $ */ < /* $OpenBSD: date.y,v 1.10 2010/07/31 08:54:42 ray Exp $ */ --- > /* $OpenBSD: date.y,v 1.11 2013/04/19 17:28:07 deraadt Exp $ */ < /* $OpenBSD: diff.c,v 1.33 2011/04/20 19:34:16 nicm Exp $ */ --- > /* $OpenBSD: diff.c,v 1.34 2013/05/16 12:44:48 stsp Exp $ */ < .\" $OpenBSD: ident.1,v 1.11 2011/04/19 21:17:30 jmc Exp $ --- > .\" $OpenBSD: ident.1,v 1.12 2013/06/29 09:08:41 jmc Exp $ < /* $OpenBSD: rcs.h,v 1.15 2011/07/06 15:36:52 nicm Exp $ */ --- > /* $OpenBSD: rcs.h,v 1.16 2013/06/03 17:04:35 jcs Exp $ */ < /* $OpenBSD: rcsparse.c,v 1.8 2012/02/04 21:22:32 tobias Exp $ */ --- > /* $OpenBSD: rcsparse.c,v 1.9 2013/06/03 17:04:35 jcs Exp $ */ < /* $OpenBSD: rcsutil.c,v 1.38 2010/12/06 22:52:55 chl Exp $ */ --- > /* $OpenBSD: rcsutil.c,v 1.39 2013/04/16 20:24:45 deraadt Exp $ */ < /* $OpenBSD: rlog.c,v 1.65 2011/07/14 16:38:39 sobrado Exp $ */ --- > /* $OpenBSD: rlog.c,v 1.66 2013/06/03 17:04:35 jcs Exp $ */ -Kurt