Re: svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-06 Thread Jeremie Le Hen
On Mon, May 06, 2013 at 08:50:51PM +0100, Chris Rees wrote: > > Hm, that's probably true. I suppose there's no use for it, except that it > is equivalent to; > > mount -a > mount -aL Yes, that's my point. > I think it may be useful on rare occasions, perhaps in single user when you > want to *

Re: svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-06 Thread Chris Rees
On 6 May 2013 20:47, "Jeremie Le Hen" wrote: > > Hi Chris, > > On Sat, May 04, 2013 at 02:00:16PM +, Chris Rees wrote: > > > > Log: > > Introduce and use new flag -L to mount for mounting only late filesystems. > > > > Previously, rc.d/mountlate mounted *all* filesystems, causing problems

Re: svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-06 Thread Jeremie Le Hen
Hi Chris, On Sat, May 04, 2013 at 02:00:16PM +, Chris Rees wrote: > > Log: > Introduce and use new flag -L to mount for mounting only late filesystems. > > Previously, rc.d/mountlate mounted *all* filesystems, causing problems with > background NFS mounts being mounted twice. Does t

svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-04 Thread Chris Rees
Author: crees (ports committer) Date: Sat May 4 14:00:16 2013 New Revision: 250235 URL: http://svnweb.freebsd.org/changeset/base/250235 Log: Introduce and use new flag -L to mount for mounting only late filesystems. Previously, rc.d/mountlate mounted *all* filesystems, causing problems wit