diff options
author | jkh <jkh@FreeBSD.org> | 1994-05-19 11:07:56 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-05-19 11:07:56 +0000 |
commit | 68a9ed9d03c95bb9a91e00178c89b6f611f2c012 (patch) | |
tree | 4eb1cecb7b8fbeeaa01426bce5959a06feb61b0c /etc/ttys | |
parent | dcc3e629afcb0eab220bdd88aef9ef1524e8b1b3 (diff) | |
download | FreeBSD-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/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |