Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Revert 1/2 of previous change. INSECURE ...



details:   https://anonhg.NetBSD.org/src/rev/72bea28d5e82
branches:  trunk
changeset: 472096:72bea28d5e82
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Apr 20 21:43:03 1999 +0000

description:
Revert 1/2 of previous change. INSECURE is still OK for alpha.

diffstat:

 sys/arch/alpha/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d5fbac2e6319 -r 72bea28d5e82 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Apr 20 21:30:15 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Apr 20 21:43:03 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.115 1999/04/20 06:16:35 ross Exp $
+# $NetBSD: GENERIC,v 1.116 1999/04/20 21:43:03 ross Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -69,7 +69,7 @@
 options        LKM
 
 # Disable kernel security.
-options        INSECURE
+#options       INSECURE
 
 # Misc. options
 options        EISAVERBOSE             # recognize "unknown" EISA devices



Home | Main Index | Thread Index | Old Index