From owner-freebsd-net@FreeBSD.ORG Tue Jun 22 21:27:32 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EFA16A4CE; Tue, 22 Jun 2004 21:27:32 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EFE43D39; Tue, 22 Jun 2004 21:27:32 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3926C6520E; Tue, 22 Jun 2004 22:27:24 +0100 (BST) 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 71682-01-11; Tue, 22 Jun 2004 22:27:23 +0100 (BST) Received: from empiric.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 D5622651EB; Tue, 22 Jun 2004 22:27:23 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 3313A614B; Tue, 22 Jun 2004 22:27:23 +0100 (BST) Date: Tue, 22 Jun 2004 22:27:23 +0100 From: Bruce M Simpson To: freebsd-net@FreeBSD.org Message-ID: <20040622212723.GB762@empiric.dek.spc.org> Mail-Followup-To: freebsd-net@FreeBSD.org, ncvs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: ncvs@FreeBSD.org Subject: src/sbin/routed doesn't store code in src/contrib/ X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 21:27:32 -0000 Hi, Historically the Rhyolite routed has resided in src/sbin/routed. However, this code is maintained on a vendor branch, and as such, should really reside in src/contrib/routed and be referenced by the Makefile in src/sbin/routed accordingly. Would we be able to move it with a repocopy? Or would this break things? Regards, BMS