summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/msg.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-10 11:38:29 +0000
committerjkh <jkh@FreeBSD.org>1996-07-10 11:38:29 +0000
commit9e15f9a31f4d8a51406b555accf7c66520a583c8 (patch)
treef8e5d5bea94366a483571cdf0d8f296fdf3e8ca1 /release/sysinstall/msg.c
parente63b920bacf1d4ea8002f3fff5029c62c7c1b46a (diff)
downloadFreeBSD-src-9e15f9a31f4d8a51406b555accf7c66520a583c8.zip
FreeBSD-src-9e15f9a31f4d8a51406b555accf7c66520a583c8.tar.gz
Better error checking in helpfile expander.
Tart up some of the output a little.
Diffstat (limited to 'release/sysinstall/msg.c')
-rw-r--r--release/sysinstall/msg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c
index fe40ce6..f37b0d3 100644
--- a/release/sysinstall/msg.c
+++ b/release/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 */
OpenPOWER on IntegriCloud