Module Name:    src
Committed By:   mrg
Date:           Tue Feb 12 07:15:58 UTC 2019

Modified Files:
        src/sys/arch/sparc/conf: GENERIC

Log Message:
add commented QUOTA2 line.


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/arch/sparc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.263 src/sys/arch/sparc/conf/GENERIC:1.264
--- src/sys/arch/sparc/conf/GENERIC:1.263	Mon Jan 14 00:13:18 2019
+++ src/sys/arch/sparc/conf/GENERIC	Tue Feb 12 07:15:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.263 2019/01/14 00:13:18 mrg Exp $
+# $NetBSD: GENERIC,v 1.264 2019/02/12 07:15:58 mrg Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/sparc/conf/std.sparc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.263 $"
+#ident 		"GENERIC-$Revision: 1.264 $"
 
 maxusers	32
 
@@ -182,6 +182,7 @@ file-system	TMPFS		# Efficient memory fi
 ## File system options.
 options 	NFSSERVER	# Sun NFS-compatible filesystem server
 options 	QUOTA		# FFS quotas
+#options 	QUOTA2		# new, in-filesystem UFS quotas
 #options 	FFS_EI		# FFS Endian Independent support
 options 	WAPBL		# File system journaling support
 #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental

Reply via email to