diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 22:49:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 22:49:59 +0000 |
commit | b0e7c8706d95706b5b6b546984b75edc904d6cd5 (patch) | |
tree | f4dd6ad1924375526019738924c57efa728cb19e /etc/etc.sparc64 | |
parent | 25280c8e1db88f8bf2c78fea044bd5eed72ccc61 (diff) |
remove tty[cd], add ttyh[01] (sab)
Diffstat (limited to 'etc/etc.sparc64')
-rw-r--r-- | etc/etc.sparc64/ttys | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index a551d689f76..68c4b0fe80e 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -1,13 +1,14 @@ # -# $OpenBSD: ttys,v 1.2 2002/01/17 22:30:25 drahn Exp $ +# $OpenBSD: ttys,v 1.3 2002/01/31 22:49:58 jason Exp $ # # name getty type status comments # console "/usr/libexec/getty suncons" sun on secure ttya "/usr/libexec/getty std.9600" unknown off secure ttyb "/usr/libexec/getty std.9600" unknown off secure -ttyc "/usr/libexec/getty std.9600" unknown off secure -ttyd "/usr/libexec/getty std.9600" unknown off secure +# sab0 +ttyh0 "/usr/libexec/getty std.9600" unknown off secure +ttyh1 "/usr/libexec/getty std.9600" unknown off secure # magma0 ttym0 "/usr/libexec/getty std.9600" unknown off secure ttym1 "/usr/libexec/getty std.9600" unknown off secure |