summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-06-01 00:32:03 +0000
committergordon <gordon@FreeBSD.org>2003-06-01 00:32:03 +0000
commita37c13def2eba8deca0d3dab57a3c8318f676e0a (patch)
treef76428f74d5b82f53ddb7ba3c920ef55fa90fa29 /etc/rc.d
parent71e070589a3b418c32ccf176c66f8a847e457e2f (diff)
downloadFreeBSD-src-a37c13def2eba8deca0d3dab57a3c8318f676e0a.zip
FreeBSD-src-a37c13def2eba8deca0d3dab57a3c8318f676e0a.tar.gz
nwfs is network filesystem. Treat it as such when mounting filesystems.
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/mountcritlocal2
1 files changed, 1 insertions, 1 deletions
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])
;;
OpenPOWER on IntegriCloud