From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 29 14:45:51 2005 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E994916A41F for ; Fri, 29 Jul 2005 14:45:51 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B85243D49 for ; Fri, 29 Jul 2005 14:45:51 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id 507FC35707 for ; Fri, 29 Jul 2005 16:45:50 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 29CC85410; Fri, 29 Jul 2005 16:43:49 +0200 (CEST) Date: Fri, 29 Jul 2005 16:43:49 +0200 From: Joerg Sonnenberger To: freebsd-hackers@FreeBSD.org Message-ID: <20050729144349.GC1002@britannica.bec.de> Mail-Followup-To: freebsd-hackers@FreeBSD.org References: <20050728155234.GA14880@frontfree.net> <20050728160732.GA964@britannica.bec.de> <20050729042444.GA39960@frontfree.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050729042444.GA39960@frontfree.net> User-Agent: Mutt/1.5.6i Cc: Subject: Re: [RFC] Add usr/ports to BSD.usr.mtree X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 14:45:52 -0000 On Fri, Jul 29, 2005 at 12:24:44PM +0800, Xin LI wrote: > My points to have /usr/ports in the mtree is for convience that users > creating a jail that is intended to mount the ports tree from the host > system, without having to create their own in every instances. What > do you think about this? My point of view is that it blurs the distinction between base system and local extensions. It surely is convient, but I often scratch my head when I find empty directories on my system. Don't you start to wonder what those directories exist for? Back to the given example of mounting ports into multiple jails, wouldn't you normally have the ports tree only in one jail and use that for all building? The dinoex scripts come to my mind. Joerg