From owner-cvs-all@FreeBSD.ORG Thu Feb 26 00:39:40 2004 Return-Path: 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 A1B5716A4CE; Thu, 26 Feb 2004 00:39:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E34F43D2F; Thu, 26 Feb 2004 00:39:40 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5FC4265213; Thu, 26 Feb 2004 08:39:39 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 54662-03-2; Thu, 26 Feb 2004 08:39:38 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id ADD1D651FA; Thu, 26 Feb 2004 08:39:38 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 8002C38; Thu, 26 Feb 2004 08:39:37 +0000 (GMT) Date: Thu, 26 Feb 2004 08:39:37 +0000 From: Bruce M Simpson To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040226083937.GA16598@saboteur.dek.spc.org> Mail-Followup-To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402252320.i1PNKNY2062940@repoman.freebsd.org> <20040226002653.GF8762@saboteur.dek.spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/routed - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 26 Feb 2004 08:39:40 -0000 On Thu, Feb 26, 2004 at 09:32:36AM +0100, Dag-Erling Smørgrav wrote: > Bruce M Simpson writes: > > This was a tricky one. Some kludge perpetuation involved because we don't > > maintain routed vendor source in src/contrib, and > > isn't on a vendor branch. > > How about reimporting it in src/contrib and setting things right? I'd discussed that with obrien@ and markm@ earlier, but we decided to keep things the way they were, as it wasn't worth the repo churn. BMS