Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst leave curses before rebooting (as seen...



details:   https://anonhg.NetBSD.org/src/rev/fbfdf03ff997
branches:  trunk
changeset: 494043:fbfdf03ff997
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 29 16:47:09 2000 +0000

description:
leave curses before rebooting (as seen in menus.mi.fr)

diffstat:

 distrib/utils/sysinst/menus.mi.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a2a000b875f -r fbfdf03ff997 distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Thu Jun 29 15:48:13 2000 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Thu Jun 29 16:47:09 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.40 2000/06/18 23:50:03 cyber Exp $     */
+/*     $NetBSD: menus.mi.en,v 1.41 2000/06/29 16:47:09 wiz Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -70,7 +70,7 @@
        option "Re-install sets or install additional sets",
                action { do_reinstall_sets(); };
        option "Reboot the computer", exit,
-               action { run_prog(0, 0, NULL, "/sbin/reboot"); };
+               action (endwin) { run_prog(0, 0, NULL, "/sbin/reboot"); };
        option "Utility menu", sub menu utility;
 
 menu utility, title "NetBSD-@@VERSION@@ Utilities", exit;



Home | Main Index | Thread Index | Old Index