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/arm32 Allow various X11 sets to b...



details:   https://anonhg.NetBSD.org/src/rev/53cde19305a1
branches:  trunk
changeset: 467578:53cde19305a1
user:      mark <mark%NetBSD.org@localhost>
date:      Fri Mar 26 03:03:37 1999 +0000

description:
Allow various X11 sets to be installed.

diffstat:

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

diffs (26 lines):

diff -r a5cd98889790 -r 53cde19305a1 distrib/utils/sysinst/arch/arm32/md.h
--- a/distrib/utils/sysinst/arch/arm32/md.h     Fri Mar 26 03:02:45 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/md.h     Fri Mar 26 03:03:37 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 1998/10/06 01:43:12 mark Exp $      */
+/*     $NetBSD: md.h,v 1.5 1999/03/26 03:03:37 mark Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,13 +67,13 @@
     {"man",    1, NULL, "Manuals      : "},
     {"misc",   1, NULL, "Miscellaneous: "},
     {"text",   1, NULL, "Text tools   : "},
-#if 0
     {"xbase",  1, NULL, "X11 clients  : "},
     {"xfont",  1, NULL, "X11 fonts    : "},
-    {"xfont",  1, NULL, "X11 servers  : "},
+#if 0
+    {"xserver",        1, NULL, "X11 servers  : "},
+#endif
     {"xcontrib",1, NULL, "X11 contrib  : "},
     {"xcomp",  1, NULL, "X programming: "},
-#endif
     {NULL, 0, NULL, NULL }
 }
 #endif



Home | Main Index | Thread Index | Old Index