diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
commit | 65d8b7120dda17d3319b5cb108caf8e3596f905f (patch) | |
tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /share/examples | |
parent | 79873f5916d43087246ed5b95823cc20014e07a4 (diff) | |
download | FreeBSD-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 'share/examples')
-rw-r--r-- | share/examples/Makefile | 1 | ||||
-rw-r--r-- | share/examples/etc/README.examples | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 9502e9e..d3fab14 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -242,7 +242,6 @@ etc-examples: .endif .if ${SHARED} != "symlinks" -SUBDIR= smbfs .if ${MK_IPFILTER} != "no" SUBDIR+=ipfilter .endif diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index f7bf4ce..d703edb 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -40,7 +40,6 @@ netstart - network startup script run from /etc/rc network.subr - routines for network configuration scripts networks - see networks(5) newsyslog.conf - configuration for system log file rotator newsyslog(8) -nsmb.conf - smbfs lookups configuration file opieaccess - OPIE database of trusted networks pf.conf - pf(4) example configuration file pf.os - SYN fingerprint database |