summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
committerattilio <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
commit3f4806915ef86ad20f5602a0e46a27fc609e65ba (patch)
treea36bb1b48615302d343a7afd78f6ea19a6b64b3e /etc
parentf16dd753c48f6804e09296920d7c405356699352 (diff)
downloadFreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.zip
FreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.tar.gz
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--etc/mtree/BSD.include.dist4
-rw-r--r--etc/mtree/BSD.usr.dist2
3 files changed, 1 insertions, 7 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 1dad35b..98c89e4 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -92,7 +92,7 @@ fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
fsck_y_flags="" # Additional flags for fsck -y
background_fsck="YES" # Attempt to run fsck in the background where possible.
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
-netfs_types="nfs:NFS oldnfs:OLDNFS smbfs:SMB nwfs:NWFS" # Net filesystems.
+netfs_types="nfs:NFS oldnfs:OLDNFS smbfs:SMB" # Net filesystems.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 3d918a7..417b4f4 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -168,8 +168,6 @@
..
nullfs
..
- nwfs
- ..
portalfs
..
procfs
@@ -287,8 +285,6 @@
sig
..
..
- netncp
- ..
netsmb
..
nfs
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 6c2ee065..bc3f4e7 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -281,8 +281,6 @@
bluetooth
..
..
- nwclient
- ..
pc-sysinstall
..
perfmon
OpenPOWER on IntegriCloud