aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-09-19 08:24:32 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-09-19 08:24:32 +0000
commit6dc5df3d74887885813cbd04a177216cf7d2d296 (patch)
treea7b751b643aeaba4918ebd684d25210442fa32c3 /usr.sbin/sade
parentdbf974584d160f0dd936bf16f2b0deb657601a25 (diff)
downloadsrc-6dc5df3d74887885813cbd04a177216cf7d2d296.tar.gz
src-6dc5df3d74887885813cbd04a177216cf7d2d296.zip
execute a strategic clear.
Notes
Notes: svn path=/head/; revision=51396
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 0e2977aa3330..98f7d6f2977c 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -601,8 +601,10 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
- "like to browse the collection now?"))
+ "like to browse the collection now?")) {
+ dialog_clear();
(void)configPackages(self);
+ }
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"