summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-19 21:30:35 +0000
committerjkh <jkh@FreeBSD.org>1995-05-19 21:30:35 +0000
commitd36493b3dc426bfe5ecb280a86b0debc75b345eb (patch)
tree35ed3d8e2600f438ae1640cba356c9b2d5c8fe45 /usr.sbin/sysinstall/system.c
parent1950717418bf61238e54f2506099e7ca0a803099 (diff)
downloadFreeBSD-src-d36493b3dc426bfe5ecb280a86b0debc75b345eb.zip
FreeBSD-src-d36493b3dc426bfe5ecb280a86b0debc75b345eb.tar.gz
More assorted verbosity. Also don't log informational messages.
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
-rw-r--r--usr.sbin/sysinstall/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index d459203..0e112b0 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.18 1995/05/19 04:17:38 jkh Exp $
+ * $Id: system.c,v 1.19 1995/05/19 16:58:58 jkh Exp $
*
* Jordan Hubbard
*
@@ -273,6 +273,7 @@ systemChangeScreenmap(const u_char newmap[])
if (ioctl(0, PIO_SCRNMAP, newmap) < 0)
msgConfirm("Sorry! Unable to load the screenmap for %s",
getenv("LANG"));
+ dialog_clear();
}
}
OpenPOWER on IntegriCloud