Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/x86_64 FIx kernel set names. Add ...



details:   https://anonhg.NetBSD.org/src/rev/21a9aef914de
branches:  trunk
changeset: 545913:21a9aef914de
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Apr 17 19:30:19 2003 +0000

description:
FIx kernel set names. Add 'toolchain' set for the time being.

diffstat:

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

diffs (35 lines):

diff -r 05e8ead5853f -r 21a9aef914de distrib/utils/sysinst/arch/x86_64/md.h
--- a/distrib/utils/sysinst/arch/x86_64/md.h    Thu Apr 17 19:18:01 2003 +0000
+++ b/distrib/utils/sysinst/arch/x86_64/md.h    Thu Apr 17 19:30:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.3 2003/04/06 16:12:44 jmmv Exp $      */
+/*     $NetBSD: md.h,v 1.4 2003/04/17 19:30:19 fvdl Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -70,7 +70,8 @@
 EXTERN distinfo dist_list[]
 #ifdef MAIN
 = {
-    {"kern",                   1, "Kernel        : "},
+    {"kern-GENERIC",           1, "Kernel        : "},
+    {"kern-GENERIC.MP",                0, "Kernel        : "},
     {"base",                   1, "Base          : "},
     {"etc",                    1, "System (/etc) : "},
     {"comp",                   1, "Compiler      : "},
@@ -78,14 +79,13 @@
     {"man",                    1, "Manuals       : "},
     {"misc",                   1, "Miscellaneous : "},
     {"text",                   1, "Text tools    : "},
-#if 0
     {"xbase",                  1, "X11 clients   : "},
     {"xfont",                  1, "X11 fonts     : "},
     {"xserver",                        1, "X11 servers   : "},
     {"xcontrib",               1, "X11 contrib   : "},
     {"xcomp",                  1, "X programming : "},
     {"xmisc",                  1, "X11 Misc.     : "},
-#endif
+    {"toolchain",              1, "GNU toolchain : "},
     { NULL,                    0, NULL }
 }
 #endif



Home | Main Index | Thread Index | Old Index