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

This commit is contained in:
gordon 2003-06-01 00:32:03 +00:00
parent b2d5d44746
commit 3423e0e6bb

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])
;;