summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-05-02 10:09:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-05-02 10:09:45 +0000
commit6ff0b3b86b135754a727e9edbd1a54b69774d91f (patch)
treeb5ea3895f8012bac795136c79ae77b33b1ef4789
parent1fa6b8217d19bfbe22d65b79c0eb88586782350e (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 0e4f0e515093..c978c0ca371e 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.94 1996/04/30 05:23:46 jkh Exp $
+ * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self)
/* This will also set the media device, which we don't want */
tcpDeviceSelect();
mediaDevice = save;
+ dialog_clear();
}
}
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 0e4f0e515093..c978c0ca371e 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.94 1996/04/30 05:23:46 jkh Exp $
+ * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self)
/* This will also set the media device, which we don't want */
tcpDeviceSelect();
mediaDevice = save;
+ dialog_clear();
}
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 0e4f0e515093..c978c0ca371e 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.94 1996/04/30 05:23:46 jkh Exp $
+ * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self)
/* This will also set the media device, which we don't want */
tcpDeviceSelect();
mediaDevice = save;
+ dialog_clear();
}
}