normalize description of INSECURE and SCSIVERBOSE
This commit is contained in:
parent
6faa3a8ff2
commit
e9fccf8bac
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue