cvs commit: src/sbin/mount_std Makefile

Craig Rodrigues rodrigc at crodrigues.org
Sun Nov 27 10:39:03 GMT 2005


On Sat, Nov 26, 2005 at 12:53:18PM +0000, David Xu wrote:
> davidxu     2005-11-26 12:53:18 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/mount_std       Makefile 
>   Log:
>   Support mounting POSIX message queue filesystem.

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.

-- 
Craig Rodrigues        
rodrigc at crodrigues.org


More information about the cvs-src mailing list