Module Name: src
Committed By: christos
Date: Sat Mar 16 17:10:18 UTC 2013
Modified Files:
src/distrib/utils/sysinst: defs.h msg.mi.de msg.mi.en msg.mi.es
msg.mi.fr msg.mi.pl util.c
Log Message:
add debugging sets
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/distrib/utils/sysinst/defs.h
cvs rdiff -u -r1.71 -r1.72 src/distrib/utils/sysinst/msg.mi.de
cvs rdiff -u -r1.176 -r1.177 src/distrib/utils/sysinst/msg.mi.en
cvs rdiff -u -r1.48 -r1.49 src/distrib/utils/sysinst/msg.mi.es
cvs rdiff -u -r1.130 -r1.131 src/distrib/utils/sysinst/msg.mi.fr
cvs rdiff -u -r1.87 -r1.88 src/distrib/utils/sysinst/msg.mi.pl
cvs rdiff -u -r1.180 -r1.181 src/distrib/utils/sysinst/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/sysinst/defs.h
diff -u src/distrib/utils/sysinst/defs.h:1.163 src/distrib/utils/sysinst/defs.h:1.164
--- src/distrib/utils/sysinst/defs.h:1.163 Fri Jun 22 16:54:39 2012
+++ src/distrib/utils/sysinst/defs.h Sat Mar 16 13:10:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.163 2012/06/22 20:54:39 abs Exp $ */
+/* $NetBSD: defs.h,v 1.164 2013/03/16 17:10:16 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -130,6 +130,10 @@ enum {
SET_GNUSRC,
SET_XSRC,
+ /* Debug sets */
+ SET_DEBUG,
+ SET_XDEBUG,
+
SET_LAST,
SET_GROUP, /* Start of submenu */
SET_GROUP_END, /* End of submenu */
@@ -155,6 +159,9 @@ enum {
/* All source sets */
#define SET_SOURCE SET_SYSSRC, SET_SRC, SET_SHARESRC, SET_GNUSRC, SET_XSRC
+/* All debug sets */
+#define SET_DEBUGGING SET_DEBUG, SET_XDEBUG
+
/* Set list flags */
#define SFLAG_MINIMAL 1
#define SFLAG_NOX 2
Index: src/distrib/utils/sysinst/msg.mi.de
diff -u src/distrib/utils/sysinst/msg.mi.de:1.71 src/distrib/utils/sysinst/msg.mi.de:1.72
--- src/distrib/utils/sysinst/msg.mi.de:1.71 Thu Oct 25 11:05:22 2012
+++ src/distrib/utils/sysinst/msg.mi.de Sat Mar 16 13:10:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.mi.de,v 1.71 2012/10/25 15:05:22 tsutsui Exp $ */
+/* $NetBSD: msg.mi.de,v 1.72 2013/03/16 17:10:16 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -850,6 +850,12 @@ message set_gnusrc
message set_xsrc
{X11 Quelltexte}
+message set_debug
+{Debuggen Sets}
+
+message set_xdebug
+{Debuggen X11 Sets}
+
message cur_distsets_row
{%-27s %3s}
Index: src/distrib/utils/sysinst/msg.mi.en
diff -u src/distrib/utils/sysinst/msg.mi.en:1.176 src/distrib/utils/sysinst/msg.mi.en:1.177
--- src/distrib/utils/sysinst/msg.mi.en:1.176 Thu Oct 25 11:05:22 2012
+++ src/distrib/utils/sysinst/msg.mi.en Sat Mar 16 13:10:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.mi.en,v 1.176 2012/10/25 15:05:22 tsutsui Exp $ */
+/* $NetBSD: msg.mi.en,v 1.177 2013/03/16 17:10:16 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -790,6 +790,12 @@ message set_gnusrc
message set_xsrc
{X11 sources}
+message set_debug
+{debug sets}
+
+message set_xdebug
+{debug X11 sets}
+
message cur_distsets_row
{%-27s %3s}
Index: src/distrib/utils/sysinst/msg.mi.es
diff -u src/distrib/utils/sysinst/msg.mi.es:1.48 src/distrib/utils/sysinst/msg.mi.es:1.49
--- src/distrib/utils/sysinst/msg.mi.es:1.48 Thu Oct 25 11:05:22 2012
+++ src/distrib/utils/sysinst/msg.mi.es Sat Mar 16 13:10:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.mi.es,v 1.48 2012/10/25 15:05:22 tsutsui Exp $ */
+/* $NetBSD: msg.mi.es,v 1.49 2013/03/16 17:10:17 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -814,6 +814,12 @@ message set_gnusrc
message set_xsrc
{X11 sources}
+message set_debug
+{debug sets}
+
+message set_xdebug
+{debug X11 sets}
+
message cur_distsets_row
{%-27s %3s}
Index: src/distrib/utils/sysinst/msg.mi.fr
diff -u src/distrib/utils/sysinst/msg.mi.fr:1.130 src/distrib/utils/sysinst/msg.mi.fr:1.131
--- src/distrib/utils/sysinst/msg.mi.fr:1.130 Thu Oct 25 11:05:23 2012
+++ src/distrib/utils/sysinst/msg.mi.fr Sat Mar 16 13:10:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.mi.fr,v 1.130 2012/10/25 15:05:23 tsutsui Exp $ */
+/* $NetBSD: msg.mi.fr,v 1.131 2013/03/16 17:10:17 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -870,6 +870,12 @@ message set_gnusrc
message set_xsrc
{Sources X11}
+message set_debug
+{Debug}
+
+message set_xdebug
+{Debug X11}
+
message cur_distsets_row
{%-33s %3s}
Index: src/distrib/utils/sysinst/msg.mi.pl
diff -u src/distrib/utils/sysinst/msg.mi.pl:1.87 src/distrib/utils/sysinst/msg.mi.pl:1.88
--- src/distrib/utils/sysinst/msg.mi.pl:1.87 Thu Oct 25 11:05:23 2012
+++ src/distrib/utils/sysinst/msg.mi.pl Sat Mar 16 13:10:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.mi.pl,v 1.87 2012/10/25 15:05:23 tsutsui Exp $ */
+/* $NetBSD: msg.mi.pl,v 1.88 2013/03/16 17:10:17 christos Exp $ */
/* Based on english version: */
/* NetBSD: msg.mi.pl,v 1.36 2004/04/17 18:55:35 atatat Exp */
@@ -791,6 +791,12 @@ message set_gnusrc
message set_xsrc
{X11 sources}
+message set_debug
+{Debug sets}
+
+message set_xdebug
+{Debug X11 sets}
+
message cur_distsets_row
{%-30s %3s}
Index: src/distrib/utils/sysinst/util.c
diff -u src/distrib/utils/sysinst/util.c:1.180 src/distrib/utils/sysinst/util.c:1.181
--- src/distrib/utils/sysinst/util.c:1.180 Thu Oct 25 11:05:23 2012
+++ src/distrib/utils/sysinst/util.c Sat Mar 16 13:10:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.180 2012/10/25 15:05:23 tsutsui Exp $ */
+/* $NetBSD: util.c,v 1.181 2013/03/16 17:10:17 christos Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -68,7 +68,7 @@
#define MD_SETS_SELECTED_NOX SET_KERNEL_1, SET_SYSTEM, SET_MD
#endif
#ifndef MD_SETS_VALID
-#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE
+#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE SET_DEBUGGING
#endif
#define MAX_CD_DEVS 256 /* how many cd drives do we expect to attach */
@@ -156,6 +156,8 @@ distinfo dist_list[] = {
{"sharesrc", SET_SHARESRC, MSG_set_sharesrc, NULL},
{"gnusrc", SET_GNUSRC, MSG_set_gnusrc, NULL},
{"xsrc", SET_XSRC, MSG_set_xsrc, NULL},
+ {"debug", SET_DEBUG, MSG_set_debug, NULL},
+ {"xdebug", SET_X11_DEBUG, MSG_set_xdebug, NULL},
{NULL, SET_GROUP_END, NULL, NULL},
{NULL, SET_LAST, NULL, NULL},