Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst/arch/i386 Pullup 1.24 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/142654498310
branches:  netbsd-1-5
changeset: 490277:142654498310
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 28 18:54:23 2000 +0000

description:
Pullup 1.24 [fvdl]:
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 bdf936e88d7b -r 142654498310 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Tue Nov 28 18:48:07 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Tue Nov 28 18:54:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.17.4.4 2000/11/01 02:10:35 tv Exp $   */
+/*     $NetBSD: md.h,v 1.17.4.5 2000/11/28 18:54:23 tv 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