Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/sysinst Pull up revision 1.44 (requested ...
details: https://anonhg.NetBSD.org/src/rev/aa311d469c00
branches: netbsd-1-5
changeset: 489918:aa311d469c00
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 13:21:57 2000 +0000
description:
Pull up revision 1.44 (requested by fvdl):
Adapt for the new run_prog interface in sysinst.
diffstat:
distrib/utils/sysinst/menus.mi.en | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r af6a29e68e4e -r aa311d469c00 distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Thu Oct 19 13:08:52 2000 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Thu Oct 19 13:21:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.en,v 1.40.2.3 2000/09/20 21:47:16 hubertf Exp $ */
+/* $NetBSD: menus.mi.en,v 1.40.2.4 2000/10/19 13:21:57 he Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -70,13 +70,13 @@
option "Re-install sets or install additional sets",
action { do_reinstall_sets(); };
option "Reboot the computer", exit,
- action (endwin) { run_prog(0, 0, NULL, "/sbin/reboot"); };
+ action (endwin) { run_prog(0, NULL, "/sbin/reboot"); };
option "Utility menu", sub menu utility;
menu utility, title "NetBSD-@@VERSION@@ Utilities", exit;
option "Run /bin/sh",
action (endwin) { system("/bin/sh"); };
-/* option "test", action { run_prog(0, 1, NULL, "/bin/pwd"); }; */
+/* option "test", action { run_prog(RUN_DISPLAY, NULL, "/bin/pwd"); }; */
option "Set timezone",
action {
set_timezone();
@@ -91,7 +91,7 @@
/* option "Partition a disk"; XXX add later. */
option "Logging functions", action { do_logging(); };
option "Halt the system", exit,
- action { run_prog(0, 0, NULL, "/sbin/halt"); };
+ action { run_prog(0, NULL, "/sbin/halt"); };
menu yesno, title "yes or no?";
option "Yes", exit, action {yesno = 1;};
Home |
Main Index |
Thread Index |
Old Index