Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 15:14:03 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r184926 - user/dfr/gssapi/7/sys/conf
Message-ID:  <200811131514.mADFE3Dv062089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dfr
Date: Thu Nov 13 15:14:03 2008
New Revision: 184926
URL: http://svn.freebsd.org/changeset/base/184926

Log:
  Remove NFS_LEGACYRPC option which will be the default for 7.x and 6.x. Reword
  the comment so that it makes sense as a description for the NFS_NEWRPC option.

Modified:
  user/dfr/gssapi/7/sys/conf/options

Modified: user/dfr/gssapi/7/sys/conf/options
==============================================================================
--- user/dfr/gssapi/7/sys/conf/options	Thu Nov 13 15:06:34 2008	(r184925)
+++ user/dfr/gssapi/7/sys/conf/options	Thu Nov 13 15:14:03 2008	(r184926)
@@ -227,10 +227,9 @@ NFSCLIENT	opt_nfs.h
 NFSSERVER	opt_nfs.h
 NFS4CLIENT	opt_nfs.h
 
-# Use this option to compile both NFS client and server using the
-# legacy RPC implementation instead of the newer KRPC system (which
-# supports modern features such as RPCSEC_GSS
-NFS_LEGACYRPC	opt_nfs.h
+# Use this option to compile both NFS client and server using the new
+# RPC implementation instead of the older legacy system. The new RPC
+# code supports modern features such as RPCSEC_GSS
 NFS_NEWRPC	opt_nfs.h
 
 # filesystems and libiconv bridge



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