Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/i386 Apply patch (requested ...



details:   https://anonhg.NetBSD.org/src/rev/f15046c5ddd5
branches:  netbsd-1-4
changeset: 470899:f15046c5ddd5
user:      he <he%NetBSD.org@localhost>
date:      Sun Sep 10 15:21:56 2000 +0000

description:
Apply patch (requested by he):
  Update with the "last extension of split files" to account for
  changes in distribution set sizes.

diffstat:

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

diffs (32 lines):

diff -r 7b3fe62fcbe7 -r f15046c5ddd5 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Sat Sep 09 16:30:14 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Sun Sep 10 15:21:56 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.12.2.3 1999/06/24 22:46:23 cgd Exp $  */
+/*     $NetBSD: md.h,v 1.12.2.4 2000/09/10 15:21:56 he Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -71,18 +71,18 @@
 #ifdef MAIN
 = {
     {"kern",   1, "ag", "Kernel       : "},
-    {"base",   1, "bw", "Base         : "},
+    {"base",   1, "by", "Base         : "},
     {"etc",    1, "aa", "System (/etc): "},
-    {"comp",   1, "bl", "Compiler     : "},
+    {"comp",   1, "bm", "Compiler     : "},
     {"games",  1, "am", "Games        : "},
-    {"man",    1, "ar", "Manuals      : "},
+    {"man",    1, "as", "Manuals      : "},
     {"misc",   1, "aj", "Miscellaneous: "},
     {"text",   1, "af", "Text tools   : "},
 
     /* XXX no X11 on floppies, what sets are they?*/
     {"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: "},
     {NULL, 0, NULL, NULL }



Home | Main Index | Thread Index | Old Index