Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Print an install complete message; thi...



details:   https://anonhg.NetBSD.org/src/rev/d3beee8b05ef
branches:  trunk
changeset: 498403:d3beee8b05ef
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Oct 22 22:57:04 2000 +0000

description:
Print an install complete message; this got lost when I changed things
to move this to after zetting the time zone.

diffstat:

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

diffs (17 lines):

diff -r d6d8b85d1e30 -r d3beee8b05ef distrib/utils/sysinst/install.c
--- a/distrib/utils/sysinst/install.c   Sun Oct 22 21:28:27 2000 +0000
+++ b/distrib/utils/sysinst/install.c   Sun Oct 22 22:57:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: install.c,v 1.23 2000/10/11 23:47:55 fvdl Exp $        */
+/*     $NetBSD: install.c,v 1.24 2000/10/22 22:57:04 fvdl 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