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 Pullup 1.24 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/d3350be3b726
branches:  netbsd-1-5
changeset: 490041:d3350be3b726
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 01 02:24:11 2000 +0000

description:
Pullup 1.24 [fvdl]:
Print an install complete message; this got lost when I changed things
to move this to after setting the time zone.

diffstat:

 distrib/utils/sysinst/install.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9ba2d9ba1b7e -r d3350be3b726 distrib/utils/sysinst/install.c
--- a/distrib/utils/sysinst/install.c   Wed Nov 01 02:11:16 2000 +0000
+++ b/distrib/utils/sysinst/install.c   Wed Nov 01 02:24:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: install.c,v 1.19.10.3 2000/10/18 17:51:14 tv Exp $     */
+/*     $NetBSD: install.c,v 1.19.10.4 2000/11/01 02:24:11 tv Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -142,4 +142,7 @@
        sanity_check();
 
        md_cleanup_install();
+
+       msg_display(MSG_instcomplete);
+       process_menu(MENU_ok);
 }



Home | Main Index | Thread Index | Old Index