aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/system.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-20 08:31:43 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-20 08:31:43 +0000
commit2cf252e087dabd4f80ff2f6bec8b0313b707dd0b (patch)
tree6e27f2a0893b19c2726d34d3e053c5a01e621ec9 /release/sysinstall/system.c
parentdad012f2c61b9adbbdb4e5b0920e194f4d54fc45 (diff)
Notes
Diffstat (limited to 'release/sysinstall/system.c')
-rw-r--r--release/sysinstall/system.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 0e112b01e9d0..e1a7ded7fcd4 100644
--- a/release/sysinstall/system.c
+++ b/release/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.19 1995/05/19 16:58:58 jkh Exp $
+ * $Id: system.c,v 1.20 1995/05/19 21:30:35 jkh Exp $
*
* Jordan Hubbard
*
@@ -304,7 +304,8 @@ vsystem(char *fmt, ...)
case 0: /* child */
(void)sigsetmask(omask);
if (DebugFD != -1) {
- msgInfo("Command output is on debugging screen - type ALT-F2 to see it");
+ if (OnVTY)
+ msgInfo("Command output is on debugging screen - type ALT-F2 to see it");
dup2(DebugFD, 0);
dup2(DebugFD, 1);
dup2(DebugFD, 2);