From a37c13def2eba8deca0d3dab57a3c8318f676e0a Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 1 Jun 2003 00:32:03 +0000 Subject: nwfs is network filesystem. Treat it as such when mounting filesystems. --- etc/rc.d/mountcritlocal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal index 37b1304..7f35666 100755 --- a/etc/rc.d/mountcritlocal +++ b/etc/rc.d/mountcritlocal @@ -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]) ;; -- cgit v1.1