From owner-cvs-src@FreeBSD.ORG Sun May 28 03:48:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ADE716BB7D; Sun, 28 May 2006 03:42:08 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A904D43D4C; Sun, 28 May 2006 03:42:07 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060528034207.OTDZ8718.mta9.adelphia.net@default.chvlva.adelphia.net>; Sat, 27 May 2006 23:42:07 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id C64FBBB33; Sat, 27 May 2006 23:42:36 -0400 (EDT) Date: Sat, 27 May 2006 23:42:36 -0400 From: Parv To: Joe Marcus Clarke Message-ID: <20060528034236.GA2872@holestein.holy.cow> Mail-Followup-To: Joe Marcus Clarke , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200605271712.k4RHC2gp069996@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605271712.k4RHC2gp069996@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.root.dist src/share/man/man7 hier.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 03:48:46 -0000 in message <200605271712.k4RHC2gp069996@repoman.freebsd.org>, wrote Joe Marcus Clarke thusly... > > Add a /media to FreeBSD. /media is a directory designed to > contain subdirectories that will be used for removable media > mount points (i.e. mount points for CDs, floppy disks, USB > drives, etc.). While the primary purpose of /media is to > provide a location for HAL > (http://www.freedesktop.org/wiki/Software_2fhal) to mount > volumes, it could be used by any application that needs to > manage removable media volumes. Was there something wrong with /mnt? - Parv --