svn commit: r241970 - head/sys/mips/conf

Andrew Thompson thompsa at FreeBSD.org
Tue Oct 23 22:58:26 UTC 2012


Author: thompsa
Date: Tue Oct 23 22:58:25 2012
New Revision: 241970
URL: http://svn.freebsd.org/changeset/base/241970

Log:
  Fix spelling of NFSCL option.

Modified:
  head/sys/mips/conf/AR71XX_BASE
  head/sys/mips/conf/AR724X_BASE

Modified: head/sys/mips/conf/AR71XX_BASE
==============================================================================
--- head/sys/mips/conf/AR71XX_BASE	Tue Oct 23 21:20:05 2012	(r241969)
+++ head/sys/mips/conf/AR71XX_BASE	Tue Oct 23 22:58:25 2012	(r241970)
@@ -33,7 +33,7 @@ options		SCHED_4BSD		#4BSD scheduler
 options		INET			#InterNETworking
 options		INET6			# IPv6
 
-# options		NFS_CL		#Network Filesystem Client
+# options		NFSCL		#Network Filesystem Client
 
 options		PSEUDOFS		#Pseudo-filesystem framework
 options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions

Modified: head/sys/mips/conf/AR724X_BASE
==============================================================================
--- head/sys/mips/conf/AR724X_BASE	Tue Oct 23 21:20:05 2012	(r241969)
+++ head/sys/mips/conf/AR724X_BASE	Tue Oct 23 22:58:25 2012	(r241970)
@@ -33,7 +33,7 @@ options		KDB
 options		SCHED_4BSD		#4BSD scheduler
 options		INET			#InterNETworking
 #options 	INET6			# IPv6
-#options 	NFS_CL		#Network Filesystem Client
+#options 	NFSCL			#Network Filesystem Client
 options		PSEUDOFS		#Pseudo-filesystem framework
 options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 


More information about the svn-src-all mailing list