From 7838b155ee21d312471cf9eecba71145cfcaff2a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 19 May 1994 11:07:56 +0000 Subject: [PATCH] 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). --- etc/ttys | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ttys b/etc/ttys index d1f85e047fe7..4d1bfcf7a1d8 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