From owner-cvs-all@FreeBSD.ORG Wed Feb 25 16:26:57 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 EA1B816A531; Wed, 25 Feb 2004 16:26:56 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BB743D2D; Wed, 25 Feb 2004 16:26:56 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3910B653FF; Thu, 26 Feb 2004 00:26:55 +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 49702-02; Thu, 26 Feb 2004 00:26:54 +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 AA1D0653E6; Thu, 26 Feb 2004 00:26:54 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id CC0FE3C; Thu, 26 Feb 2004 00:26:53 +0000 (GMT) Date: Thu, 26 Feb 2004 00:26:53 +0000 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040226002653.GF8762@saboteur.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402252320.i1PNKNY2062940@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402252320.i1PNKNY2062940@repoman.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 00:26:57 -0000 On Wed, Feb 25, 2004 at 03:20:23PM -0800, Bruce M Simpson wrote: > Log Message: > Virgin import of rhyolite.com routed v2.27 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. I deliberately haven't set an MFC timer for this, because this was my first vendor branch import/sync, and much coaching was involved before things clicked into place. BMS