aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-10 11:38:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-10 11:38:29 +0000
commita0e34b44a2151e7802e62e050199287dceba17b6 (patch)
treef8e5d5bea94366a483571cdf0d8f296fdf3e8ca1 /usr.sbin/sysinstall/msg.c
parentf3202ab687f27a422a914a5089c77d4555791df2 (diff)
downloadsrc-a0e34b44a2151e7802e62e050199287dceba17b6.tar.gz
src-a0e34b44a2151e7802e62e050199287dceba17b6.zip
Better error checking in helpfile expander.
Tart up some of the output a little.
Notes
Notes: svn path=/head/; revision=17065
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index fe40ce6879e5..f37b0d37ddb8 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.35 1996/06/08 09:08:43 jkh Exp $
+ * $Id: msg.c,v 1.36 1996/06/14 14:33:57 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -319,8 +319,6 @@ msgWeHaveOutput(char *fmt, ...)
msgDebug("Notify: %s\n", errstr);
dialog_clear();
dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
- if (OnVTY)
- msgInfo("Command output is on VTY2 - type ALT-F2 to see it");
}
/* Simple versions of msgConfirm() and msgNotify() for calling from scripts */