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/vax Apply patch (requested b...



details:   https://anonhg.NetBSD.org/src/rev/e8ed27ad93aa
branches:  netbsd-1-4
changeset: 470656:e8ed27ad93aa
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 15:24:33 2000 +0000

description:
Apply patch (requested by he):
  Don't offer to install xserver set -- it's not built in
  this version.

diffstat:

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

diffs (18 lines):

diff -r 31637967091f -r e8ed27ad93aa distrib/utils/sysinst/arch/vax/md.h
--- a/distrib/utils/sysinst/arch/vax/md.h       Sat Jun 03 15:21:53 2000 +0000
+++ b/distrib/utils/sysinst/arch/vax/md.h       Sat Jun 03 15:24:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1.2.2 2000/03/01 12:38:49 he Exp $    */
+/*     $NetBSD: md.h,v 1.1.2.3 2000/06/03 15:24:33 he Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -61,7 +61,7 @@
     {"text",   1, NULL, "Text tools   : "},
     {"xbase",  1, NULL, "X11 clients  : "},
     {"xfont",  1, NULL, "X11 fonts    : "},
-    {"xserver",        1, NULL, "X11 servers  : "},
+/*    {"xserver",      1, NULL, "X11 servers  : "}, */ /* not built on netbsd-1-4 branch */
     {"xcontrib",1, NULL, "X11 contrib  : "},
     {"xcomp",  1, NULL, "X programming: "},
     {NULL, 0, NULL, NULL }



Home | Main Index | Thread Index | Old Index