Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add QUOTA and QUOTA2 options



details:   https://anonhg.NetBSD.org/src/rev/9f482a35056e
branches:  trunk
changeset: 949780:9f482a35056e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 16 20:27:29 2021 +0000

description:
Add QUOTA and QUOTA2 options

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 857ed29029a8 -r 9f482a35056e sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:26:25 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:27:29 2021 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index