svn commit: r276800 - in head/tools/tools/nanobsd: gateworks pcengines

Warner Losh imp at FreeBSD.org
Thu Jan 8 00:39:33 UTC 2015


Author: imp
Date: Thu Jan  8 00:39:30 2015
New Revision: 276800
URL: https://svnweb.freebsd.org/changeset/base/276800

Log:
  Move to new NFS client with NFSCL after old NFS clinet (NFSCLIENT) was
  removed.

Modified:
  head/tools/tools/nanobsd/gateworks/G2348
  head/tools/tools/nanobsd/gateworks/G2358
  head/tools/tools/nanobsd/pcengines/ALIX_DSK
  head/tools/tools/nanobsd/pcengines/ALIX_NFS

Modified: head/tools/tools/nanobsd/gateworks/G2348
==============================================================================
--- head/tools/tools/nanobsd/gateworks/G2348	Thu Jan  8 00:12:54 2015	(r276799)
+++ head/tools/tools/nanobsd/gateworks/G2348	Thu Jan  8 00:39:30 2015	(r276800)
@@ -41,7 +41,7 @@ options 	FFS			#Berkeley Fast Filesystem
 #options 	SOFTUPDATES		#Enable FFS soft updates support
 #options 	UFS_ACL			#Support for access control lists
 #options 	UFS_DIRHASH		#Improve performance on big directories
-options 	NFSCLIENT		#Network Filesystem Client
+options 	NFSCL			#New Network Filesystem Client
 options 	NFSLOCKD		#Network Lock Manager
 options 	KTRACE			#ktrace(1) support
 #options 	SYSVSHM			#SYSV-style shared memory

Modified: head/tools/tools/nanobsd/gateworks/G2358
==============================================================================
--- head/tools/tools/nanobsd/gateworks/G2358	Thu Jan  8 00:12:54 2015	(r276799)
+++ head/tools/tools/nanobsd/gateworks/G2358	Thu Jan  8 00:39:30 2015	(r276800)
@@ -41,7 +41,7 @@ options 	FFS			#Berkeley Fast Filesystem
 #options 	SOFTUPDATES		#Enable FFS soft updates support
 #options 	UFS_ACL			#Support for access control lists
 #options 	UFS_DIRHASH		#Improve performance on big directories
-options 	NFSCLIENT		#Network Filesystem Client
+options 	NFSCL			#New Network Filesystem Client
 options 	NFSLOCKD		#Network Lock Manager
 options 	KTRACE			#ktrace(1) support
 #options 	SYSVSHM			#SYSV-style shared memory

Modified: head/tools/tools/nanobsd/pcengines/ALIX_DSK
==============================================================================
--- head/tools/tools/nanobsd/pcengines/ALIX_DSK	Thu Jan  8 00:12:54 2015	(r276799)
+++ head/tools/tools/nanobsd/pcengines/ALIX_DSK	Thu Jan  8 00:39:30 2015	(r276800)
@@ -14,7 +14,7 @@ options 	FFS			
 options 	SOFTUPDATES		
 options 	UFS_ACL			
 options 	UFS_DIRHASH		
-options 	NFSCLIENT		
+options 	NFSCL			# New Network Filesystem Client
 options 	NFSLOCKD		
 options 	MSDOSFS			
 options 	CD9660			
@@ -26,7 +26,9 @@ options 	COMPAT_43TTY		
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
-options 	COMPAT_FREEBSD7		
+options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
+options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
 options 	SCSI_DELAY=5000		
 options 	SYSVSHM			
 options 	SYSVMSG			

Modified: head/tools/tools/nanobsd/pcengines/ALIX_NFS
==============================================================================
--- head/tools/tools/nanobsd/pcengines/ALIX_NFS	Thu Jan  8 00:12:54 2015	(r276799)
+++ head/tools/tools/nanobsd/pcengines/ALIX_NFS	Thu Jan  8 00:39:30 2015	(r276800)
@@ -14,7 +14,7 @@ options 	FFS			
 options 	SOFTUPDATES		
 options 	UFS_ACL			
 options 	UFS_DIRHASH		
-options 	NFSCLIENT		
+options 	NFSCL			# New Network Filesystem Client
 options 	NFSLOCKD		
 options 	MSDOSFS			
 options 	CD9660			
@@ -23,7 +23,12 @@ options 	PSEUDOFS		
 options 	GEOM_PART_GPT		
 options 	GEOM_LABEL		
 options 	COMPAT_43TTY		
-options 	COMPAT_FREEBSD7		
+options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
+options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
+options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
+options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
+options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
 options 	SCSI_DELAY=5000		
 options 	SYSVSHM			
 options 	SYSVMSG			


More information about the svn-src-all mailing list