nwfs is network filesystem. Treat it as such when mounting filesystems.

This commit is contained in:
Gordon Tetlow 2003-06-01 00:32:03 +00:00
parent ae1e82627a
commit 378157120c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115582

View File

@ -20,7 +20,7 @@ mountcritlocal_start()
FreeBSD)
# Set up the list of network filesystem types for which mounting
# should be delayed until after network initialization.
networkfs_types='nfs:NFS smbfs:SMB portalfs:PORTAL'
networkfs_types='nfs:NFS smbfs:SMB portalfs:PORTAL nwfs:NWFS'
case ${extra_netfs_types} in
[Nn][Oo])
;;