aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-26 10:32:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-26 10:32:28 +0000
commitad98a5f52b0042d0fd933c4e057577eaac16e8da (patch)
tree649024a03370027b056ceeb8689931553ce84467
parent5662f321386cee8cce91a1e6bb00068581602645 (diff)
Notes
-rw-r--r--release/sysinstall/install.c3
-rw-r--r--usr.sbin/sade/install.c3
-rw-r--r--usr.sbin/sysinstall/install.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index d09cbeeb276af..fad31d7fd1a42 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.57 1995/05/26 08:58:32 jkh Exp $
+ * $Id: install.c,v 1.58 1995/05/26 10:20:46 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -227,6 +227,7 @@ installFinal(void)
configSysconfig();
configResolv();
alreadyDone = TRUE;
+ msgConfirm("Installation completed successfully.\nHit return now to go back to the main menu.");
SystemWasInstalled = TRUE;
}
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index d09cbeeb276af..fad31d7fd1a42 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.57 1995/05/26 08:58:32 jkh Exp $
+ * $Id: install.c,v 1.58 1995/05/26 10:20:46 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -227,6 +227,7 @@ installFinal(void)
configSysconfig();
configResolv();
alreadyDone = TRUE;
+ msgConfirm("Installation completed successfully.\nHit return now to go back to the main menu.");
SystemWasInstalled = TRUE;
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index d09cbeeb276af..fad31d7fd1a42 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.57 1995/05/26 08:58:32 jkh Exp $
+ * $Id: install.c,v 1.58 1995/05/26 10:20:46 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -227,6 +227,7 @@ installFinal(void)
configSysconfig();
configResolv();
alreadyDone = TRUE;
+ msgConfirm("Installation completed successfully.\nHit return now to go back to the main menu.");
SystemWasInstalled = TRUE;
}