aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-11-13 11:28:54 +0000
committerEd Schouten <ed@FreeBSD.org>2009-11-13 11:28:54 +0000
commit4b2361f811fac65d57b88b8fa5d705909944bc0a (patch)
treeb86fe80f8a708abb928d56e967531b8056ab7e4e /etc/etc.i386
parentd29a98f47f9f0eae4d3b00e222f9bbe271b1c4a1 (diff)
downloadsrc-4b2361f811fac65d57b88b8fa5d705909944bc0a.tar.gz
src-4b2361f811fac65d57b88b8fa5d705909944bc0a.zip
Convert syscons on i386 to TERM=xterm.
TEKEN_XTERM is now gone. Because we always use xterm mode now, we only need a TEKEN_CONS25 switch to go back to cons25.
Notes
Notes: svn path=/head/; revision=199250
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/ttys18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys
index c4650cbdb03b..b76d6cbd6dc5 100644
--- a/etc/etc.i386/ttys
+++ b/etc/etc.i386/ttys
@@ -15,7 +15,7 @@
#
# type The initial terminal type for this port. For hardwired
# terminal lines, this will contain the type of terminal used.
-# For virtual consoles, the correct type is typically cons25.
+# For virtual consoles, the correct type is typically xterm.
# Other common values include network for network connections on
# pseudo-terminals, dialup for incoming modem ports, and unknown
# when the terminal type cannot be predetermined.
@@ -30,15 +30,15 @@
# when going to single-user mode.
console none unknown off secure
#
-ttyv0 "/usr/libexec/getty Pc" cons25 on secure
+ttyv0 "/usr/libexec/getty Pc" xterm on secure
# Virtual terminals
-ttyv1 "/usr/libexec/getty Pc" cons25 on secure
-ttyv2 "/usr/libexec/getty Pc" cons25 on secure
-ttyv3 "/usr/libexec/getty Pc" cons25 on secure
-ttyv4 "/usr/libexec/getty Pc" cons25 on secure
-ttyv5 "/usr/libexec/getty Pc" cons25 on secure
-ttyv6 "/usr/libexec/getty Pc" cons25 on secure
-ttyv7 "/usr/libexec/getty Pc" cons25 on secure
+ttyv1 "/usr/libexec/getty Pc" xterm on secure
+ttyv2 "/usr/libexec/getty Pc" xterm on secure
+ttyv3 "/usr/libexec/getty Pc" xterm on secure
+ttyv4 "/usr/libexec/getty Pc" xterm on secure
+ttyv5 "/usr/libexec/getty Pc" xterm on secure
+ttyv6 "/usr/libexec/getty Pc" xterm on secure
+ttyv7 "/usr/libexec/getty Pc" xterm on secure
ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.