Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/sysinst/arch/sgimips pullup-1-6 ticket #4...



details:   https://anonhg.NetBSD.org/src/rev/46bd860d3207
branches:  netbsd-1-6
changeset: 528423:46bd860d3207
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 15 16:05:55 2002 +0000

description:
pullup-1-6 ticket #495 (rafal).

Original log message:
Fix PR port-sgimips/17566: Install the INDY kernel set by default, since we
need one of the kernel sets installed (and since O2 support is currently not
working, it's easy to figure out which we should install 8-).

diffstat:

 distrib/utils/sysinst/arch/sgimips/md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f412e864ac43 -r 46bd860d3207 distrib/utils/sysinst/arch/sgimips/md.h
--- a/distrib/utils/sysinst/arch/sgimips/md.h   Mon Jul 15 16:03:51 2002 +0000
+++ b/distrib/utils/sysinst/arch/sgimips/md.h   Mon Jul 15 16:05:55 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 2002/05/21 21:59:03 rafal Exp $     */
+/*     $NetBSD: md.h,v 1.4.2.1 2002/07/15 16:05:55 thorpej Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -94,7 +94,7 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern-GENERIC_INDY",      0, NULL, "Indy/I2 Kernel: "},
+    {"kern-GENERIC_INDY",      1, NULL, "Indy/I2 Kernel: "},
     {"kern-GENERIC",           0, NULL, "O2 Kernel     : "},
     {"base",                   1, NULL, "Base          : "},
     {"etc",                    1, NULL, "System (/etc) : "},



Home | Main Index | Thread Index | Old Index