aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/doc.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-10-22 17:39:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-10-22 17:39:29 +0000
commit61029f8291856d243151bc42820964114fd29f87 (patch)
treed96db45c0fe5170da5b30b9a49df12828ca8c923 /usr.sbin/sysinstall/doc.c
parentb462d27c897ced434296324bc99c9bb91fa28700 (diff)
downloadsrc-61029f8291856d243151bc42820964114fd29f87.tar.gz
src-61029f8291856d243151bc42820964114fd29f87.zip
Second round of screen update changes. Now handle the yes/no dialogs
as well as the confirmation dialogs.
Notes
Notes: svn path=/head/; revision=11673
Diffstat (limited to 'usr.sbin/sysinstall/doc.c')
-rw-r--r--usr.sbin/sysinstall/doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c
index d6a0b4427ceb..e0574801bc58 100644
--- a/usr.sbin/sysinstall/doc.c
+++ b/usr.sbin/sysinstall/doc.c
@@ -47,6 +47,7 @@ docBrowser(char *junk)
return RET_FAIL;
}
if (!file_executable(variable_get(VAR_BROWSER_BINARY))) {
+ dialog_clear();
if (!msgYesNo("Hmmm. The %s package claims to have installed, but I can't\n"
"find its binary in %s! You may wish to try a different\n"
"location to load the package from (go to Media menu) and see if that\n"