From e9fccf8bac62d7b493dd4b4bfe31031ee75e0e0d Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 27 Jan 2002 10:52:31 +0000 Subject: [PATCH] normalize description of INSECURE and SCSIVERBOSE --- sys/arch/amiga/conf/GENERIC | 11 ++++------- sys/arch/amiga/conf/INSTWDCPCM | 9 ++++----- sys/arch/amiga/conf/MDINSTALL | 8 +++----- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 0e9ba135127b..4d0867005d97 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.168 2002/01/26 13:22:12 aymeric Exp $ +# $NetBSD: GENERIC,v 1.169 2002/01/27 10:52:31 jdolecek Exp $ # # GENERIC machine description file # @@ -34,7 +34,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.168 $" +#ident "GENERIC-$Revision: 1.169 $" #ifdef INSTALL_CONFIGURATION makeoptions COPTS="-Os" @@ -180,11 +180,8 @@ options KTRACE # system call tracing support options LKM # Loadable kernel modules options UCONSOLE # anyone can redirect a virtual console #endif - -#options INSECURE # allow, among other insecure stuff, LKM - # loading in multi-user mode. -options SCSIVERBOSE # Verbose SCSI errors - +#options INSECURE # disable kernel security levels +options SCSIVERBOSE # human readable SCSI error messages #ifndef INSTALL_CONFIGURATION options NTP # NTP phase/frequency locked loop #endif diff --git a/sys/arch/amiga/conf/INSTWDCPCM b/sys/arch/amiga/conf/INSTWDCPCM index 81f9d03f536b..531f5c3320a8 100644 --- a/sys/arch/amiga/conf/INSTWDCPCM +++ b/sys/arch/amiga/conf/INSTWDCPCM @@ -1,4 +1,4 @@ -# $NetBSD: INSTWDCPCM,v 1.7 2001/11/20 12:56:20 lukem Exp $ +# $NetBSD: INSTWDCPCM,v 1.8 2002/01/27 10:52:31 jdolecek Exp $ # # This file was automatically created. Changes will be # lost when running make in this directory. @@ -8,7 +8,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.7 $" +#ident "GENERIC-$Revision: 1.8 $" makeoptions COPTS="-Os" @@ -76,9 +76,8 @@ file-system KERNFS # kernel data-structure filesystem #Support for various kernel options -#options INSECURE # allow, among other insecure stuff, LKM - # loading in multi-user mode. -options SCSIVERBOSE # Verbose SCSI errors +#options INSECURE # disable kernel security levels +options SCSIVERBOSE # human readable SCSI error messages #Misc. debugging options diff --git a/sys/arch/amiga/conf/MDINSTALL b/sys/arch/amiga/conf/MDINSTALL index bb3dbf1a311a..f249d64b6dc7 100644 --- a/sys/arch/amiga/conf/MDINSTALL +++ b/sys/arch/amiga/conf/MDINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: MDINSTALL,v 1.5 2001/11/20 12:56:20 lukem Exp $ +# $NetBSD: MDINSTALL,v 1.6 2002/01/27 10:52:31 jdolecek Exp $ # # INSTALL kernel for ramdisk installation @@ -51,10 +51,8 @@ file-system KERNFS # kernel data-structure filesystem # options KTRACE # system call tracing support options UCONSOLE # anyone can redirect a virtual console -#options INSECURE # allow, among other insecure stuff, LKM - # loading in multi-user mode. -options SCSIVERBOSE # Verbose SCSI errors - +#options INSECURE # disable kernel security levels +options SCSIVERBOSE # human readable SCSI error messages options NTP # NTP phase/frequency locked loop #