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/luna68k Use the default MD_SETS_S...



details:   https://anonhg.NetBSD.org/src/rev/4f72bb11bb6b
branches:  trunk
changeset: 786826:4f72bb11bb6b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue May 14 13:08:57 2013 +0000

description:
Use the default MD_SETS_SELECTED in util.c which includes an Xserver set.
luna68k has working Xserver so no need to specify md MD_SETS_SELECTED
with SET_X11_NOSERVERS.

diffstat:

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

diffs (18 lines):

diff -r 8fa6543ffb5f -r 4f72bb11bb6b distrib/utils/sysinst/arch/luna68k/md.h
--- a/distrib/utils/sysinst/arch/luna68k/md.h   Tue May 14 09:19:36 2013 +0000
+++ b/distrib/utils/sysinst/arch/luna68k/md.h   Tue May 14 13:08:57 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2011/07/16 15:52:21 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.2 2013/05/14 13:08:57 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -58,8 +58,6 @@
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
-#define MD_SETS_SELECTED SET_KERNEL_1, SET_SYSTEM, SET_X11_NOSERVERS
-
 /*
  * Machine-specific command to write a new label to a disk.
  * If not defined, we assume the port does not support disklabels and



Home | Main Index | Thread Index | Old Index