Browse Source

vt220 console type

OPENBSD_2_9
deraadt 24 years ago
parent
commit
ba4a36cf6e
2 changed files with 6 additions and 6 deletions
  1. +4
    -4
      src/etc/etc.alpha/ttys
  2. +2
    -2
      src/etc/etc.powerpc/ttys

+ 4
- 4
src/etc/etc.alpha/ttys View File

@ -1,5 +1,5 @@
#
# $OpenBSD: ttys,v 1.9 2001/01/30 08:34:09 deraadt Exp $
# $OpenBSD: ttys,v 1.10 2001/03/03 21:23:49 deraadt Exp $
#
# name getty type status comments
@ -7,11 +7,11 @@
# enabled for the correct 'real' device (e.g. one of the serial ports).
# console pseudo-device
console "/usr/libexec/getty std.9600" vt100 on secure
console "/usr/libexec/getty std.9600" vt220 on secure
# Workstation console (framebuffer) ttys
ttyC0 "/usr/libexec/getty std.9600" vt100 off secure
ttyC1 "/usr/libexec/getty std.9600" vt100 off secure
ttyC0 "/usr/libexec/getty std.9600" vt220 off secure
ttyC1 "/usr/libexec/getty std.9600" vt220 off secure
# DEC 3000 Z8530 ("scc") serial ports
ttyB0 "/usr/libexec/getty std.9600" unknown off secure


+ 2
- 2
src/etc/etc.powerpc/ttys View File

@ -1,5 +1,5 @@
#
# $OpenBSD: ttys,v 1.12 2001/01/30 23:33:08 deraadt Exp $
# $OpenBSD: ttys,v 1.13 2001/03/03 21:23:50 deraadt Exp $
#
# name getty type status comments
#
@ -8,4 +8,4 @@ tty00 "/usr/libexec/getty std.9600" unknown on secure
tty01 "/usr/libexec/getty std.9600" unknown off
tty02 "/usr/libexec/getty std.9600" unknown off
tty03 "/usr/libexec/getty std.9600" unknown off
ttyC0 "/usr/libexec/getty std.9600" vt100 on secure
ttyC0 "/usr/libexec/getty std.9600" vt220 on secure

Loading…
Cancel
Save