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

SANETO Takanori sanewo at ba2.so-net.ne.jp
Tue Sep 26 19:10:24 PDT 2006


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) {
> +                               /*
> +                                * "late" is used to prevent certain file
> +                                * systems from being mounted before late
> +                                * in the boot cycle; for instance,
> +                                * loopback NFS mounts can't be mounted
> +                                * before mountd starts.
> +                                */
> +                               continue;
>                         } else if (strcmp(p, "userquota") == 0) {
>                                 continue;
>                         } else if (strncmp(p, userquotaeq,


Dag-Erling Smorgrav wrote:
> 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 fstab + mountlate script + necessary changes to mount(8)
>   
>   Approved by:    re (kensmith)
>   
>   Revision  Changes    Path
>   1.12.2.1  +2 -0      src/etc/rc.d/mountcritlocal
>   1.1.2.1   +36 -0     src/etc/rc.d/mountlate (new)
>   1.73.2.2  +20 -3     src/sbin/mount/mount.8
>   1.69.2.2  +9 -4      src/sbin/mount/mount.c
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"



More information about the cvs-src mailing list