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/news68k Turn off xserver and xfon...



details:   https://anonhg.NetBSD.org/src/rev/754f9f486683
branches:  trunk
changeset: 487407:754f9f486683
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jun 07 13:07:41 2000 +0000

description:
Turn off xserver and xfonts sets on default.

diffstat:

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

diffs (20 lines):

diff -r 997e43629972 -r 754f9f486683 distrib/utils/sysinst/arch/news68k/md.h
--- a/distrib/utils/sysinst/arch/news68k/md.h   Wed Jun 07 11:34:17 2000 +0000
+++ b/distrib/utils/sysinst/arch/news68k/md.h   Wed Jun 07 13:07:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.2 2000/03/28 00:29:56 thorpej Exp $   */
+/*     $NetBSD: md.h,v 1.3 2000/06/07 13:07:41 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -62,8 +62,8 @@
     {"secr",   0, NULL, "Security     : "},
 
     {"xbase",  1, NULL, "X11 clients  : "},
-    {"xfont",  1, NULL, "X11 fonts    : "},
-    {"xserver",        1, NULL, "X11 servers  : "},
+    {"xfont",  0, NULL, "X11 fonts    : "},
+    {"xserver",        0, NULL, "X11 servers  : "},
     {"xcontrib",1, NULL, "X11 contrib  : "},
     {"xcomp",  1, NULL, "X programming: "},
     {NULL, 0, NULL, NULL }



Home | Main Index | Thread Index | Old Index