summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
committerjkh <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
commite75f3892eaa061e081d04d6d765b2c9991ba1145 (patch)
treeceda11545f2adcc1638a6d48e3ce39b4024a03a1 /usr.sbin/sysinstall/msg.c
parent2d072e5f9d207912f63db40b062677c0507dbed5 (diff)
downloadFreeBSD-src-e75f3892eaa061e081d04d6d765b2c9991ba1145.zip
FreeBSD-src-e75f3892eaa061e081d04d6d765b2c9991ba1145.tar.gz
Sync with 2.2 and clean up some tortured english that was added.
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index 76707c6..fe49f2f 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$
+ * $Id: msg.c,v 1.44 1997/02/22 14:12:10 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -192,7 +192,6 @@ msgConfirm(char *fmt, ...)
use_helpline(NULL);
use_helpfile(NULL);
if (OnVTY) {
- msgDebug("Switching back to VTY1\n");
ioctl(0, VT_ACTIVATE, 1);
msgInfo(NULL);
}
@@ -233,7 +232,6 @@ msgYesNo(char *fmt, ...)
use_helpline(NULL);
use_helpfile(NULL);
if (OnVTY) {
- msgDebug("Switching back to VTY1\n");
ioctl(0, VT_ACTIVATE, 1); /* Switch back */
msgInfo(NULL);
}
@@ -261,7 +259,6 @@ msgGetInput(char *buf, char *fmt, ...)
else
input_buffer[0] = '\0';
if (OnVTY) {
- msgDebug("Switching back to VTY1\n");
ioctl(0, VT_ACTIVATE, 1); /* Switch back */
msgInfo(NULL);
}
OpenPOWER on IntegriCloud