svn commit: r184926 - user/dfr/gssapi/7/sys/conf

Doug Rabson dfr at FreeBSD.org
Thu Nov 13 07:14:03 PST 2008


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


More information about the svn-src-user mailing list