Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/utils/sysinst/arch/newsmips Pull up revision 1....
details: https://anonhg.NetBSD.org/src/rev/8e238fbd40e1
branches: netbsd-1-6
changeset: 527738:8e238fbd40e1
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jun 05 03:59:06 2002 +0000
description:
Pull up revision 1.3 (requested by tsutsui in ticket #152):
Don't call toggle_getit() for X11 fonts and servers in md_set_no_x().
They are disabled by default.
diffstat:
distrib/utils/sysinst/arch/newsmips/md.c | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 111308f02b08 -r 8e238fbd40e1 distrib/utils/sysinst/arch/newsmips/md.c
--- a/distrib/utils/sysinst/arch/newsmips/md.c Wed Jun 05 03:58:58 2002 +0000
+++ b/distrib/utils/sysinst/arch/newsmips/md.c Wed Jun 05 03:59:06 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.2 2002/05/20 16:10:33 lukem Exp $ */
+/* $NetBSD: md.c,v 1.2.2.1 2002/06/05 03:59:06 lukem Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -237,10 +237,12 @@
md_set_no_x()
{
- toggle_getit (8);
- toggle_getit (9);
- toggle_getit (10);
- toggle_getit (11);
- toggle_getit (12);
- toggle_getit (13);
+ toggle_getit (8); /* X11 clients */
+#if 0
+ toggle_getit (9); /* X11 fonts */
+ toggle_getit (10); /* X11 servers */
+#endif
+ toggle_getit (11); /* X11 contrib */
+ toggle_getit (12); /* X programming */
+ toggle_getit (13); /* X11 Misc. */
}
Home |
Main Index |
Thread Index |
Old Index