Browse Source

Use term type of sun--works better than the ansi-m in our termcap.

OPENBSD_2_2
millert 27 years ago
parent
commit
6b9f7695b9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.alpha/ttys

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

@ -1,5 +1,5 @@
#
# $OpenBSD: ttys,v 1.3 1996/11/12 09:16:36 niklas Exp $
# $OpenBSD: ttys,v 1.4 1997/07/11 04:06:15 millert Exp $
# $NetBSD: ttys,v 1.4 1995/07/30 19:52:13 cgd Exp $
#
# name getty type status comments
@ -11,8 +11,8 @@
console "/usr/libexec/getty std.9600" unknown on secure
# Workstation console (framebuffer) ttys
ttyE0 "/usr/libexec/getty std.9600" ansi-m off secure
ttyE1 "/usr/libexec/getty std.9600" ansi-m off secure
ttyE0 "/usr/libexec/getty std.9600" sun off secure
ttyE1 "/usr/libexec/getty std.9600" sun off secure
# DEC 3000 Z8530 ("scc") serial ports
ttyB0 "/usr/libexec/getty std.9600" unknown off secure


Loading…
Cancel
Save