From owner-cvs-all@FreeBSD.ORG Sun May 28 04:25:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 EB15A16B91D; Sun, 28 May 2006 04:23:18 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7F243D55; Sun, 28 May 2006 04:23:18 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail04.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k4S4NFZT013270 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 28 May 2006 14:23:16 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k4S4NFUl026173; Sun, 28 May 2006 14:23:15 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k4S4NFbt026172; Sun, 28 May 2006 14:23:15 +1000 (EST) (envelope-from peter) Date: Sun, 28 May 2006 14:23:15 +1000 From: Peter Jeremy To: Joe Marcus Clarke , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060528042315.GM744@turion.vk2pj.dyndns.org> References: <200605271712.k4RHC2gp069996@repoman.freebsd.org> <20060528034236.GA2872@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060528034236.GA2872@holestein.holy.cow> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: Subject: Re: cvs commit: src/etc/mtree BSD.root.dist src/share/man/man7 hier.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 May 2006 04:25:31 -0000 On Sat, 2006-May-27 23:42:36 -0400, Parv wrote: >in message <200605271712.k4RHC2gp069996@repoman.freebsd.org>, wrote >Joe Marcus Clarke thusly... >> >> Add a /media to FreeBSD. /media is a directory designed to > >Was there something wrong with /mnt? Yes. /mnt is for temporarily mounting a single arbitrary filesystem. /media is a container to hold mountpoints for (typically automatically) mounting a number of filesystems. We've been through this bikeshed - please refer to the archives for details. -- Peter Jeremy