Browse Source

Make the console terminal type default to `vt220' rather than `unknown'. If

it is wrong you still have to change it, but it will be correct 99% of the time
and thus you can simply press enter when tset asks for the terminal type and
be done with it.
This is already the standard for most platforms, but a few had been left
in the dark.
pointed to by and ok deraadt@
OPENBSD_4_7
miod 14 years ago
parent
commit
ae12d33852
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      src/etc/etc.landisk/ttys
  2. +2
    -2
      src/etc/etc.mvme68k/ttys
  3. +2
    -2
      src/etc/etc.mvme88k/ttys
  4. +2
    -2
      src/etc/etc.mvmeppc/ttys

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

@ -1,7 +1,7 @@
#
# $OpenBSD: ttys,v 1.3 2008/01/09 17:39:42 miod Exp $
# $OpenBSD: ttys,v 1.4 2010/03/07 21:10:18 miod Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" unknown on secure
console "/usr/libexec/getty std.9600" vt220 on secure
ttya "/usr/libexec/getty std.9600" unknown off secure

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

@ -1,11 +1,11 @@
#
# $OpenBSD: ttys,v 1.10 2009/03/01 22:08:12 miod Exp $
# $OpenBSD: ttys,v 1.11 2010/03/07 21:10:22 miod Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty std.9600" unknown on secure
console "/usr/libexec/getty std.9600" vt220 on secure
ttya "/usr/libexec/getty std.9600" unknown off secure # 147/162 console
ttyb "/usr/libexec/getty std.9600" unknown off
ttyc "/usr/libexec/getty std.9600" unknown off


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

@ -1,11 +1,11 @@
#
# $OpenBSD: ttys,v 1.9 2008/01/09 17:39:42 miod Exp $
# $OpenBSD: ttys,v 1.10 2010/03/07 21:10:22 miod Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty std.9600" unknown on secure
console "/usr/libexec/getty std.9600" vt220 on secure
# MVME188 dart(4) serial ports
ttya "/usr/libexec/getty std.9600" unknown off secure # console
ttyb "/usr/libexec/getty std.9600" unknown off


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

@ -1,9 +1,9 @@
#
# $OpenBSD: ttys,v 1.3 2008/01/09 17:39:42 miod Exp $
# $OpenBSD: ttys,v 1.4 2010/03/07 21:10:22 miod Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" unknown on secure
console "/usr/libexec/getty std.9600" vt220 on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off
tty02 "/usr/libexec/getty std.9600" unknown off


Loading…
Cancel
Save