diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-10 11:38:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-10 11:38:29 +0000 |
| commit | a0e34b44a2151e7802e62e050199287dceba17b6 (patch) | |
| tree | f8e5d5bea94366a483571cdf0d8f296fdf3e8ca1 /usr.sbin/sysinstall/msg.c | |
| parent | f3202ab687f27a422a914a5089c77d4555791df2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
| -rw-r--r-- | usr.sbin/sysinstall/msg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index fe40ce6879e53..f37b0d37ddb8f 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 */ |
