diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-04 13:45:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-04 13:45:18 +0000 |
commit | 8335faa1a1854d5ec3708246ea8437d623585839 (patch) | |
tree | b65103839a4ad3f01d0db11e61ab767d84aafd32 /sys/arch/amiga/conf | |
parent | 23a0f2eaf9d83a4bd714029548d3ec176a787df4 (diff) |
From NetBSD:
Give example for INSECURE option in the GENERIC config file in a comment.
Closes PR 2355 giving a different explanation of the option than proposed.
Diffstat (limited to 'sys/arch/amiga/conf')
-rw-r--r-- | sys/arch/amiga/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 894a1312b98..679712574eb 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,5 +1,5 @@ -# $OpenBSD: GENERIC,v 1.7 1996/05/02 06:43:29 niklas Exp $ -# $NetBSD: GENERIC,v 1.55 1996/04/27 20:51:07 veego Exp $ +# $OpenBSD: GENERIC,v 1.8 1996/05/04 13:45:17 niklas Exp $ +# $NetBSD: GENERIC,v 1.56 1996/04/30 17:40:34 is Exp $ # # GENERIC AMIGA @@ -85,6 +85,8 @@ options SYSVSEM # System V-like semaphores # options UCONSOLE # anyone can redirect a virtual console +#options INSECURE # allow, among other insecure stuff, LKM + # loading in multi-user mode. options GENERIC # Mini-root boot support options LKM # Loadable kernel modules |