NetBSD/etc/etc.sgimips/ttys
martin c2e51849fc Per discussion on tech-userlevel, finally fix PR 10127:
move all ttyE* entries that use "vt100" emulation to wsvt25 term type.
The terminfo vt220 entry lacked (correctly) a delete key entry, which
was a regression against the netbsd-5 termcap entry. On the other hand,
only a very small number of foreign systems lacks support for wsvt25
nowadays.
2012-06-13 20:49:11 +00:00

27 lines
992 B
Plaintext

#
# $NetBSD: ttys,v 1.10 2012/06/13 20:49:15 martin Exp $
#
# name getty type status comments
# In normal operation, getty on the 'console' pseudo-device is disabled, and
# is enabled for the correct 'real' device (e.g. one of the serial ports).
# If the console is marked insecure, single-user requires the root password.
# Console pseudo-device
console "/usr/libexec/getty std.9600" vt100 on secure
constty "/usr/libexec/getty std.9600" vt100 off secure
# "com" serial console port
ttyC0 "/usr/libexec/getty std.9600" vt100 off secure
ttyC1 "/usr/libexec/getty std.9600" vt100 off secure
# Workstation console (framebuffer) ttys
ttyE0 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE1 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE2 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE3 "/usr/libexec/getty std.9600" wsvt25 off secure
# "zstty" serial console port
ttyZ0 "/usr/libexec/getty std.9600" vt100 off secure
ttyZ1 "/usr/libexec/getty std.9600" vt100 off secure