aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
commit2e564269d0af3703815a10effe03c1f1773c9a46 (patch)
treebd8beba1f741059b6d9618b1d3ae6b157a5183c3 /etc/defaults
parentf9e26776a6149cb54a6b488f1c4465598d0015cf (diff)
downloadsrc-2e564269d0af3703815a10effe03c1f1773c9a46.tar.gz
src-2e564269d0af3703815a10effe03c1f1773c9a46.zip
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.
Notes
Notes: svn path=/head/; revision=241680
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 98c89e49e979..0efaaa15da64 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).