Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/next68k/conf Comment out QUOTA as well. Suggested b...
details: https://anonhg.NetBSD.org/src/rev/eb563369c6c0
branches: trunk
changeset: 527010:eb563369c6c0
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed May 15 18:23:06 2002 +0000
description:
Comment out QUOTA as well. Suggested by Christian Limpach
in port-next68k/16792.
Applied even tho not strictly necessary, kernel nowadays actually
links with this option too.
diffstat:
sys/arch/next68k/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5648e94aba16 -r eb563369c6c0 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Wed May 15 18:14:41 2002 +0000
+++ b/sys/arch/next68k/conf/GENERIC Wed May 15 18:23:06 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.56 2002/05/14 02:03:02 matt Exp $
+# $NetBSD: GENERIC,v 1.57 2002/05/15 18:23:06 jdolecek Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.56 $"
+#ident "GENERIC-$Revision: 1.57 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@@ -102,7 +102,7 @@
file-system UNION # union file system
options NFSSERVER # nfs server support
-options QUOTA # FFS quotas
+#options QUOTA # FFS quotas
#options SOFTDEP # FFS soft updates support.
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
Home |
Main Index |
Thread Index |
Old Index