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

2006-10-18 Thread SANETO Takanori
I noticed that mountlate script is not installed under RELENG_6. You need to add mountlate to FILES in /usr/src/etc/rc.d/Makefile, I think. Dag-Erling Smorgrav wrote: > des 2006-09-13 08:38:49 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > etc/rc.

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

2006-10-11 Thread Dag-Erling Smørgrav
SANETO Takanori <[EMAIL PROTECTED]> writes: > Can this be the correct fix for RELENG_6? I think so, thank you. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsu

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

2006-09-27 Thread SANETO Takanori
I understand that the code around invoking external mount commands is quite different between -CURRENT and RELENG_6. I did not looked into the code but just saw commit message like "Do not pass noauto to nmount() or external mount program." in 1.73. What I actually did to avoid the error message I

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

2006-09-27 Thread SANETO Takanori
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 "late" in my fstab like this: //[EMAIL PROTECTED]/SMBDRIVE /smb/mnt1 smbfs rw,late 0 0 Thanks, Saneto Dag-Er

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

2006-09-27 Thread Dag-Erling Smørgrav
[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. Uh, wait, it was left out for a reason: there is no equivalent code in RELENG_6. The hunk in

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

2006-09-27 Thread Dag-Erling Smørgrav
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. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.free

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) { > +

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

2006-09-13 Thread Dag-Erling Smorgrav
des 2006-09-13 08:38:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d mountcritlocal sbin/mount mount.8 mount.c Added files: (Branch: RELENG_6) etc/rc.d mountlate Log: MFC: "late" flag in

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

2006-07-12 Thread Dag-Erling Smorgrav
des 2006-07-12 16:05:51 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal sbin/mount mount.8 mount.c Added files: etc/rc.d mountlate Log: Teach mount(8) about a 'late' keyword, which means the file system should