From owner-svn-src-head@FreeBSD.ORG Fri Nov 23 08:47:58 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25DC68F; Fri, 23 Nov 2012 08:47:58 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 094C78FC12; Fri, 23 Nov 2012 08:47:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAN8lvM1074719; Fri, 23 Nov 2012 08:47:57 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAN8lv8a074718; Fri, 23 Nov 2012 08:47:57 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201211230847.qAN8lv8a074718@svn.freebsd.org> From: Kevin Lo Date: Fri, 23 Nov 2012 08:47:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243438 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 08:47:58 -0000 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