diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 09:16:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 09:16:37 +0000 |
commit | 91278edf0dbedaeec8a0eeb1d5b30cc861c9c67c (patch) | |
tree | a9e005ee1792f77e11626584e79119456498d9a1 /etc/etc.alpha | |
parent | 92901874338261a5f14d4dfd936800b49c507505 (diff) |
Add OpenBSD tags, use ansi-m as terminal type on wscons ttys
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/disktab | 1 | ||||
-rw-r--r-- | etc/etc.alpha/ttys | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/etc.alpha/disktab b/etc/etc.alpha/disktab index 21bcc569d6e..320f34b7ef6 100644 --- a/etc/etc.alpha/disktab +++ b/etc/etc.alpha/disktab @@ -1,3 +1,4 @@ +# $OpenBSD: disktab,v 1.3 1996/11/12 09:16:35 niklas Exp $ # $NetBSD: disktab,v 1.2 1995/10/13 03:09:39 cgd Exp $ # A DEC RZ25, configured so that all of the free partition IDs are at diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index 430b53a6dde..a55db9808ac 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,4 +1,5 @@ # +# $OpenBSD: ttys,v 1.3 1996/11/12 09:16:36 niklas Exp $ # $NetBSD: ttys,v 1.4 1995/07/30 19:52:13 cgd Exp $ # # name getty type status comments @@ -10,8 +11,8 @@ console "/usr/libexec/getty std.9600" unknown on secure # Workstation console (framebuffer) ttys -ttyE0 "/usr/libexec/getty std.9600" unknown off secure -ttyE1 "/usr/libexec/getty std.9600" unknown off secure +ttyE0 "/usr/libexec/getty std.9600" ansi-m off secure +ttyE1 "/usr/libexec/getty std.9600" ansi-m off secure # DEC 3000 Z8530 ("scc") serial ports ttyB0 "/usr/libexec/getty std.9600" unknown off secure |