Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/conf add commented QUOTA2 line.



details:   https://anonhg.NetBSD.org/src/rev/bcf4bb8cdb1a
branches:  trunk
changeset: 448864:bcf4bb8cdb1a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 12 07:15:58 2019 +0000

description:
add commented QUOTA2 line.

diffstat:

 sys/arch/sparc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d97d83c85708 -r bcf4bb8cdb1a sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Tue Feb 12 06:00:05 2019 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Tue Feb 12 07:15:58 2019 +0000
@@ -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 @@
 
 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 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



Home | Main Index | Thread Index | Old Index