Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c

2006-10-18 Thread SANETO Takanori
___ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- SANETO Takanori <[EMAIL PROTECTED]> __

Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c

2006-09-27 Thread SANETO Takanori
|= MNT_UPDATE; Can this be the correct fix for RELENG_6? Regards, Saneto SANETO Takanori wrote: > DES, > > I think it affects argv for external mount commands as well as nmount. > In fact, on RELENG_6, I got a message like "mount_smbfs: unknown option > -o late" when I put &

Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c

2006-09-27 Thread SANETO Takanori
Thanks, Saneto Dag-Erling Smørgrav wrote: > [EMAIL PROTECTED] (Dag-Erling Smørgrav) writes: >> SANETO Takanori <[EMAIL PROTECTED]> writes: >>> As for mount.c, following part should be MFC'ed as well. >> Thanks, I don't understand how it was left out. > &

Re: cvs commit: src/etc/rc.d mountcritlocal mountlate src/sbin/mount mount.8 mount.c

2006-09-26 Thread SANETO Takanori
As for mount.c, following part should be MFC'ed as well. > @@ -628,6 +633,15 @@ > * not a real mount option. > */ > continue; > + } else if (strcmp(p, "late") == 0) { > +