summaryrefslogtreecommitdiffstats
path: root/etc/ttys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-19 11:07:56 +0000
committerjkh <jkh@FreeBSD.org>1994-05-19 11:07:56 +0000
commit68a9ed9d03c95bb9a91e00178c89b6f611f2c012 (patch)
tree4eb1cecb7b8fbeeaa01426bce5959a06feb61b0c /etc/ttys
parentdcc3e629afcb0eab220bdd88aef9ef1524e8b1b3 (diff)
downloadFreeBSD-src-68a9ed9d03c95bb9a91e00178c89b6f611f2c012.zip
FreeBSD-src-68a9ed9d03c95bb9a91e00178c89b6f611f2c012.tar.gz
Use "cons25" for console too since we're now syscons. Turn on two
VTY's by default; give user a couple of vty's to play with out of the box (leave 4th entry turned off for X).
Diffstat (limited to 'etc/ttys')
-rw-r--r--etc/ttys6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ttys b/etc/ttys
index d1f85e0..4d1bfcf 100644
--- a/etc/ttys
+++ b/etc/ttys
@@ -3,10 +3,10 @@
#
# name getty type status comments
#
-ttyv0 "/usr/libexec/getty Pc" pc3 on secure
+ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
-ttyv1 "/usr/libexec/getty Pc" cons25 off secure
-ttyv2 "/usr/libexec/getty Pc" cons25 off secure
+ttyv1 "/usr/libexec/getty Pc" cons25 on secure
+ttyv2 "/usr/libexec/getty Pc" cons25 on secure
ttyv3 "/usr/libexec/getty Pc" cons25 off secure
# Hardwired terminals
tty00 "/usr/libexec/getty std.9600" unknown off secure
OpenPOWER on IntegriCloud