Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 08:47:57 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243438 - head/sys/conf
Message-ID:  <201211230847.qAN8lv8a074718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri Nov 23 08:47:57 2012
New Revision: 243438
URL: http://svnweb.freebsd.org/changeset/base/243438

Log:
  According to r221124, the default NFS server and client are no longer
  experimental.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Nov 23 08:44:36 2012	(r243437)
+++ head/sys/conf/NOTES	Fri Nov 23 08:47:57 2012	(r243438)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211230847.qAN8lv8a074718>