From owner-cvs-src@FreeBSD.ORG Sun Nov 27 11:45:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 17D7716A41F; Sun, 27 Nov 2005 11:45:40 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <43899C60.7020706@freebsd.org> Date: Sun, 27 Nov 2005 19:45:36 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.10) Gecko/20050806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Craig Rodrigues References: <200511261253.jAQCrIAO073710@repoman.freebsd.org> <20051127103847.GA45406@crodrigues.org> In-Reply-To: <20051127103847.GA45406@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount_std Makefile 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, 27 Nov 2005 11:45:44 -0000 Craig Rodrigues wrote: >Was this necessary? With my recent changes >to mount(8) to call nmount() directly, >many of these external mount programs are no longer necessary. >If mqueuefs registers itself as a filesystem which you can >see with lsvfs, then doing: > >mount -t mqueuefs [device] [mntpoint] > >should be sufficient. > > > Really ? I am too busy and haven't traced the changes in mount code, when did you change this ? :-)