From owner-freebsd-arch@FreeBSD.ORG Wed May 10 01:23:01 2006 Return-Path: X-Original-To: arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF9B16A401; Wed, 10 May 2006 01:23:01 +0000 (UTC) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDDD43D46; Wed, 10 May 2006 01:23:01 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 267B71A4DAF; Tue, 9 May 2006 18:23:01 -0700 (PDT) Date: Wed, 10 May 2006 03:23:01 +0200 From: Maxime Henrion To: Joe Marcus Clarke Message-ID: <20060510012300.GE2293@elvis.mu.org> References: <4460F236.2080802@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4460F236.2080802@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: arch@FreeBSD.org Subject: Re: Patch for adding /media to FreeBSD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 01:23:01 -0000 Joe Marcus Clarke wrote: > > Since the overall consensus is to add a root directory called /media to > accommodate removable media mount points (e.g. those managed by HAL), I > have drawn up the following patch. Since I am a ports/doc committer, > could a src committer approve this patch so that I can commit it? Thanks. > > http://www.marcuscom.com/downloads/media.diff Even though I'm quite reluctant to add root directories in general, this one sounds like a sane idea. The name is generic enough to my taste, so we can hope we're not going to need to add other directories for that purpose. Besides, anything that can help us catch up a bit on the HAL side is good in my opinion. So, this looks good to me. Cheers, Maxime