Module Name:    src
Committed By:   jmcneill
Date:           Sat Jan 16 20:27:29 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
Add QUOTA and QUOTA2 options


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/conf/GENERIC.common

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/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.41 src/sys/arch/evbarm/conf/GENERIC.common:1.42
--- src/sys/arch/evbarm/conf/GENERIC.common:1.41	Sat Jan 16 20:26:25 2021
+++ src/sys/arch/evbarm/conf/GENERIC.common	Sat Jan 16 20:27:29 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.41 2021/01/16 20:26:25 jmcneill Exp $
+#	$NetBSD: GENERIC.common,v 1.42 2021/01/16 20:27:29 jmcneill Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -26,8 +26,8 @@ no file-system 	CODA
 no pseudo-device vcoda
 
 # File system options
-#options 	QUOTA		# legacy UFS quotas
-#options 	QUOTA2		# new, in-filesystem UFS quotas
+options 	QUOTA		# legacy UFS quotas
+options 	QUOTA2		# new, in-filesystem UFS quotas
 options 	DISKLABEL_EI	# disklabel Endian Independent support
 options 	FFS_EI		# FFS Endian Independent support
 options 	NFSSERVER

Reply via email to