diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-03 20:41:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-03 20:41:27 +0000 |
commit | b4c2bb57225630c26179d5a1764afc0da78a4737 (patch) | |
tree | 1a0d5994a1f1d1ab04d01f39dc2307680104cc82 /etc/etc.i386/ttys | |
parent | 6e393188d295f5c152835346240ec73d887d5898 (diff) |
let us try to move to pcvt as default; report problem cards to me
Diffstat (limited to 'etc/etc.i386/ttys')
-rw-r--r-- | etc/etc.i386/ttys | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 98a3c4b052b..131d554f06f 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,17 +1,17 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $Id: ttys,v 1.8 1997/01/03 07:49:05 deraadt Exp $ +# $Id: ttys,v 1.9 1997/06/03 20:41:13 deraadt Exp $ # # name getty type status comments # -console "/usr/libexec/getty Pc" pc3 off secure -ttyC0 "/usr/libexec/getty Pc" pc3 on secure +console "/usr/libexec/getty Pc" vt220 off secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure #ttyC0 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure -ttyC1 "/usr/libexec/getty Pc" vt220 off secure -ttyC2 "/usr/libexec/getty Pc" vt220 off secure -ttyC3 "/usr/libexec/getty Pc" vt220 off secure -ttyC4 "/usr/libexec/getty Pc" vt220 off secure -ttyC5 "/usr/libexec/getty Pc" vt220 off secure +ttyC1 "/usr/libexec/getty Pc" vt220 on secure +ttyC2 "/usr/libexec/getty Pc" vt220 on secure +ttyC3 "/usr/libexec/getty Pc" vt220 on secure +ttyC4 "/usr/libexec/getty Pc" vt220 on secure +ttyC5 "/usr/libexec/getty Pc" vt220 on secure ttyC6 "/usr/libexec/getty Pc" vt220 off secure ttyC7 "/usr/libexec/getty Pc" vt220 off secure tty00 "/usr/libexec/getty std.9600" unknown off |