summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
committerattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
commit65d8b7120dda17d3319b5cb108caf8e3596f905f (patch)
treebd8beba1f741059b6d9618b1d3ae6b157a5183c3 /etc
parent79873f5916d43087246ed5b95823cc20014e07a4 (diff)
downloadFreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.zip
FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.tar.gz
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--etc/mtree/BSD.include.dist2
-rw-r--r--etc/mtree/BSD.usr.dist4
3 files changed, 1 insertions, 7 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 98c89e4..0efaaa1 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" # Net filesystems.
+netfs_types="nfs:NFS oldnfs:OLDNFS" # 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 5a2b6ae..81f0e5b 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -170,8 +170,6 @@
..
procfs
..
- smbfs
- ..
udf
..
unionfs
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index bc3f4e7..83d20a8 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -307,10 +307,6 @@
srcs
..
..
- smbfs
- print
- ..
- ..
sunrpc
dir
..
OpenPOWER on IntegriCloud