Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Install the new modules.tgz set.



details:   https://anonhg.NetBSD.org/src/rev/4b5dd3cce813
branches:  trunk
changeset: 747243:4b5dd3cce813
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Mon Sep 07 02:31:53 2009 +0000

description:
Install the new modules.tgz set.

diffstat:

 distrib/utils/sysinst/defs.h    |  5 +++--
 distrib/utils/sysinst/msg.mi.de |  5 ++++-
 distrib/utils/sysinst/msg.mi.en |  5 ++++-
 distrib/utils/sysinst/msg.mi.es |  5 ++++-
 distrib/utils/sysinst/msg.mi.fr |  5 ++++-
 distrib/utils/sysinst/msg.mi.pl |  5 ++++-
 distrib/utils/sysinst/util.c    |  3 ++-
 7 files changed, 25 insertions(+), 8 deletions(-)

diffs (138 lines):

diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h      Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/defs.h      Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.143 2009/05/14 16:23:38 sborrill Exp $      */
+/*     $NetBSD: defs.h,v 1.144 2009/09/07 02:31:53 jnemeth Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -108,6 +108,7 @@
     SET_GAMES,         /* text games */
     SET_MAN_PAGES,     /* online manual pages */
     SET_MISC,          /* miscellaneuous */
+    SET_MODULES,       /* kernel modules */
     SET_TESTS,         /* tests */
     SET_TEXT_TOOLS,    /* text processing tools */
 
@@ -136,7 +137,7 @@
 #define SET_KERNEL SET_KERNEL_1, SET_KERNEL_2, SET_KERNEL_3, SET_KERNEL_4, \
                    SET_KERNEL_5, SET_KERNEL_6, SET_KERNEL_7, SET_KERNEL_8
 /* Core system sets */
-#define SET_CORE SET_BASE, SET_ETC
+#define SET_CORE SET_MODULES, SET_BASE, SET_ETC
 /* All system sets */
 #define SET_SYSTEM SET_CORE, SET_COMPILER, SET_GAMES, \
                    SET_MAN_PAGES, SET_MISC, SET_TESTS, SET_TEXT_TOOLS
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/msg.mi.de
--- a/distrib/utils/sysinst/msg.mi.de   Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/msg.mi.de   Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.de,v 1.50 2009/08/23 21:16:16 jmcneill Exp $    */
+/*     $NetBSD: msg.mi.de,v 1.51 2009/09/07 02:31:53 jnemeth Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -796,6 +796,9 @@
 message set_misc
 {Verschiedenes}
 
+message set_modules
+{Kernel Modules}
+
 message set_tests
 {Testprogramme}
 
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.158 2009/08/23 21:16:17 jmcneill Exp $   */
+/*     $NetBSD: msg.mi.en,v 1.159 2009/09/07 02:31:53 jnemeth Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -738,6 +738,9 @@
 message set_misc
 {Miscellaneous}
 
+message set_modules
+{Kernel Modules}
+
 message set_tests
 {Test programs}
 
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/msg.mi.es
--- a/distrib/utils/sysinst/msg.mi.es   Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/msg.mi.es   Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.es,v 1.27 2009/08/23 21:16:17 jmcneill Exp $    */
+/*     $NetBSD: msg.mi.es,v 1.28 2009/09/07 02:31:53 jnemeth Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -761,6 +761,9 @@
 message set_misc
 {Varios}
 
+message set_modules
+{Kernel Modules}
+
 message set_tests
 {Programas de prueba}
 
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/msg.mi.fr
--- a/distrib/utils/sysinst/msg.mi.fr   Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/msg.mi.fr   Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.fr,v 1.107 2009/08/23 21:16:17 jmcneill Exp $   */
+/*     $NetBSD: msg.mi.fr,v 1.108 2009/09/07 02:31:53 jnemeth Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -808,6 +808,9 @@
 message set_misc
 {Divers}
 
+message set_modules
+{Kernel Modules}
+
 message set_tests
 {Test programs}
 
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/msg.mi.pl
--- a/distrib/utils/sysinst/msg.mi.pl   Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/msg.mi.pl   Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.pl,v 1.66 2009/08/23 21:16:17 jmcneill Exp $    */
+/*     $NetBSD: msg.mi.pl,v 1.67 2009/09/07 02:31:53 jnemeth Exp $     */
 /*     Based on english version: */
 /*     NetBSD: msg.mi.pl,v 1.36 2004/04/17 18:55:35 atatat Exp       */
 
@@ -735,6 +735,9 @@
 message set_misc
 {Inne}
 
+message set_modules
+{Kernel Modules}
+
 message set_tests
 {Test programs}
 
diff -r efc7861699bb -r 4b5dd3cce813 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Mon Sep 07 02:27:27 2009 +0000
+++ b/distrib/utils/sysinst/util.c      Mon Sep 07 02:31:53 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.158 2009/08/23 21:16:17 jmcneill Exp $      */
+/*     $NetBSD: util.c,v 1.159 2009/09/07 02:31:53 jnemeth Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -110,6 +110,7 @@
        {SET_KERNEL_8_NAME,     SET_KERNEL_8,           MSG_set_kernel_8, NULL},
 #endif
 
+       {"modules",             SET_MODULES,            MSG_set_modules, NULL},
        {"base",                SET_BASE,               MSG_set_base, NULL},
        {"etc",                 SET_ETC,                MSG_set_system, NULL},
        {"comp",                SET_COMPILER,           MSG_set_compiler, NULL},



Home | Main Index | Thread Index | Old Index