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/i386 NULL for the highest split s...



details:   https://anonhg.NetBSD.org/src/rev/ccfe9f721b60
branches:  trunk
changeset: 499568:ccfe9f721b60
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Nov 23 16:26:50 2000 +0000

description:
NULL for the highest split set file for the xmisc set is wrong, make it "aa"
Also, correct the xserver split set extension.

diffstat:

 distrib/utils/sysinst/arch/i386/md.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 9e2a3f7a09dd -r ccfe9f721b60 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Thu Nov 23 16:06:10 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Thu Nov 23 16:26:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.23 2000/10/20 14:40:25 fvdl Exp $     */
+/*     $NetBSD: md.h,v 1.24 2000/11/23 16:26:50 fvdl Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -80,10 +80,10 @@
     {"text",   1, "af", "Text tools    : "},
     {"xbase",  1, "al", "X11 clients   : "},
     {"xfont",  1, "az", "X11 fonts     : "},
-    {"xserver",        1, "cr", "X11 servers   : "},
+    {"xserver",        1, "ck", "X11 servers   : "},
     {"xcontrib",1, "aa", "X11 contrib   : "},
     {"xcomp",  1, "ah", "X programming : "},
-    {"xmisc",   1, NULL, "X11 Misc.     : "},
+    {"xmisc",  1, "aa", "X11 Misc.     : "},
     {NULL, 0, NULL, NULL }
 }
 #endif



Home | Main Index | Thread Index | Old Index