Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Add support for "xetc".



details:   https://anonhg.NetBSD.org/src/rev/eb847f28faa2
branches:  trunk
changeset: 558140:eb847f28faa2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jan 29 08:48:23 2004 +0000

description:
Add support for "xetc".

diffstat:

 distrib/utils/sysinst/arch/acorn26/md.h   |  5 ++---
 distrib/utils/sysinst/arch/acorn32/md.h   |  5 ++---
 distrib/utils/sysinst/arch/amd64/md.h     |  5 ++---
 distrib/utils/sysinst/arch/amiga/md.h     |  5 ++---
 distrib/utils/sysinst/arch/arc/md.h       |  5 ++---
 distrib/utils/sysinst/arch/atari/md.h     |  5 ++---
 distrib/utils/sysinst/arch/bebox/md.h     |  5 ++---
 distrib/utils/sysinst/arch/cats/md.h      |  5 ++---
 distrib/utils/sysinst/arch/evbarm/md.h    |  5 ++---
 distrib/utils/sysinst/arch/evbppc/md.h    |  5 ++---
 distrib/utils/sysinst/arch/hp300/md.h     |  5 ++---
 distrib/utils/sysinst/arch/hpcmips/md.h   |  5 ++---
 distrib/utils/sysinst/arch/i386/md.h      |  5 ++---
 distrib/utils/sysinst/arch/mvme68k/md.h   |  5 ++---
 distrib/utils/sysinst/arch/pmax/md.h      |  5 ++---
 distrib/utils/sysinst/arch/prep/md.h      |  5 ++---
 distrib/utils/sysinst/arch/sandpoint/md.h |  5 ++---
 distrib/utils/sysinst/arch/sgimips/md.h   |  5 ++---
 distrib/utils/sysinst/arch/shark/md.h     |  5 ++---
 distrib/utils/sysinst/arch/x68k/md.h      |  5 ++---
 distrib/utils/sysinst/defs.h              |  3 ++-
 distrib/utils/sysinst/msg.mi.en           |  5 ++++-
 distrib/utils/sysinst/msg.mi.fr           |  5 ++++-
 distrib/utils/sysinst/msg.mi.pl           |  5 ++++-
 distrib/utils/sysinst/util.c              |  3 ++-
 25 files changed, 56 insertions(+), 65 deletions(-)

diffs (truncated from 471 to 300 lines):

diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/acorn26/md.h
--- a/distrib/utils/sysinst/arch/acorn26/md.h   Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/acorn26/md.h   Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.10 2004/01/17 05:30:01 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.11 2004/01/29 08:48:23 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -51,8 +51,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/acorn32/md.h
--- a/distrib/utils/sysinst/arch/acorn32/md.h   Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/acorn32/md.h   Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.13 2004/01/17 05:30:01 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.14 2004/01/29 08:48:23 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -51,8 +51,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/amd64/md.h
--- a/distrib/utils/sysinst/arch/amd64/md.h     Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/amd64/md.h     Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.15 2004/01/17 05:30:01 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.16 2004/01/29 08:48:23 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -59,8 +59,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  *
  * x86_64 has the  MD set kern first, because generic kernels are  too
  * big to fit on install floppies.
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/amiga/md.h
--- a/distrib/utils/sysinst/arch/amiga/md.h     Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/amiga/md.h     Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.12 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.13 2004/01/29 08:48:23 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -55,8 +55,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/arc/md.h
--- a/distrib/utils/sysinst/arch/arc/md.h       Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/arc/md.h       Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.9 2004/01/17 05:30:02 lukem Exp $     */
+/*     $NetBSD: md.h,v 1.10 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -58,8 +58,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/atari/md.h
--- a/distrib/utils/sysinst/arch/atari/md.h     Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/atari/md.h     Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.14 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.15 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -61,8 +61,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xfont, xserver, misc, xcomp.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-BOOT"
 #define SET_KERNEL_2_NAME      "kern-HADES"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/bebox/md.h
--- a/distrib/utils/sysinst/arch/bebox/md.h     Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/bebox/md.h     Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.12 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.13 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -52,8 +52,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/cats/md.h
--- a/distrib/utils/sysinst/arch/cats/md.h      Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/cats/md.h      Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.9 2004/01/17 05:30:02 lukem Exp $     */
+/*     $NetBSD: md.h,v 1.10 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -47,8 +47,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/evbarm/md.h
--- a/distrib/utils/sysinst/arch/evbarm/md.h    Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/md.h    Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.10 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.11 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -47,8 +47,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-ADI_BRH"
 #define SET_KERNEL_2_NAME      "kern-INTEGRATOR"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/evbppc/md.h
--- a/distrib/utils/sysinst/arch/evbppc/md.h    Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/evbppc/md.h    Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.7 2004/01/17 05:30:02 lukem Exp $     */
+/*     $NetBSD: md.h,v 1.8 2004/01/29 08:48:24 lukem Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -52,8 +52,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/hp300/md.h
--- a/distrib/utils/sysinst/arch/hp300/md.h     Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/hp300/md.h     Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.9 2004/01/17 05:30:02 lukem Exp $     */
+/*     $NetBSD: md.h,v 1.10 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,8 +67,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/hpcmips/md.h
--- a/distrib/utils/sysinst/arch/hpcmips/md.h   Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/md.h   Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.22 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.23 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,8 +57,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 #define SET_KERNEL_2_NAME      "kern-TX3912"
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.48 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.49 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -59,8 +59,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 
 #define SET_KERNEL_GENERIC     SET_KERNEL_1
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/mvme68k/md.h
--- a/distrib/utils/sysinst/arch/mvme68k/md.h   Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/mvme68k/md.h   Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.9 2004/01/17 05:30:02 lukem Exp $     */
+/*     $NetBSD: md.h,v 1.10 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -67,8 +67,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 #define MD_SETS_VALID (SET_KERNEL | SET_SYSTEM | (SET_X11 & ~SET_X11_SERVERS))
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/pmax/md.h
--- a/distrib/utils/sysinst/arch/pmax/md.h      Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/pmax/md.h      Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.28 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.29 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -66,8 +66,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.
+ *      base etc comp games man misc text xbase xcomp xetc xfont xserver
  */
 #define SET_KERNEL_1_NAME      "kern-GENERIC"
 
diff -r e99e3364c0e9 -r eb847f28faa2 distrib/utils/sysinst/arch/prep/md.h
--- a/distrib/utils/sysinst/arch/prep/md.h      Thu Jan 29 08:34:21 2004 +0000
+++ b/distrib/utils/sysinst/arch/prep/md.h      Thu Jan 29 08:48:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.10 2004/01/17 05:30:02 lukem Exp $    */
+/*     $NetBSD: md.h,v 1.11 2004/01/29 08:48:24 lukem Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -65,8 +65,7 @@
 /*
  *  Default filesets to fetch and install during installation
  *  or upgrade. The standard sets are:
- *      base, etc, comp, games, man, misc, text,
- *      xbase, xcomp, xfont, xserver.



Home | Main Index | Thread Index | Old Index