diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-11-23 08:47:57 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-11-23 08:47:57 +0000 |
commit | 83865012c398f4a2383590bd5caf7910fcd8931e (patch) | |
tree | 45106d375f123388ad4e50fc262e135e2720171d | |
parent | ee3151e7ea6994cfbde4cd85497fef185171cbd1 (diff) | |
download | FreeBSD-src-83865012c398f4a2383590bd5caf7910fcd8931e.zip FreeBSD-src-83865012c398f4a2383590bd5caf7910fcd8931e.tar.gz |
According to r221124, the default NFS server and client are no longer
experimental.
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2fba664..216d2f5 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1007,8 +1007,8 @@ options FUSE #FUSE support module options MSDOSFS #MS DOS File System (FAT, FAT32) options NFSSERVER #Network File System server options NFSLOCKD #Network Lock Manager -options NFSCL #experimental NFS client with NFSv4 -options NFSD #experimental NFS server with NFSv4 +options NFSCL #New Network Filesystem Client +options NFSD #New Network Filesystem Server options KGSSAPI #Kernel GSSAPI implementation options NULLFS #NULL filesystem |