diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-11 09:28:49 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-11 09:28:49 +0000 |
commit | b4efd3345a76e68a5534a8cf617224ef05670e23 (patch) | |
tree | a70b5dccd6cbbf687ffde911218c8dae30c21536 /etc/etc.loongson/ttys | |
parent | 9b3aa2002edb3e6c221608be16ebafcfb756fc0f (diff) |
add 'softcar' to tty00, to make getty work in the non-serial
console case; ok deraadt@ miod@
Diffstat (limited to 'etc/etc.loongson/ttys')
-rw-r--r-- | etc/etc.loongson/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.loongson/ttys b/etc/etc.loongson/ttys index 23f9e6b4708..9a8d0b675c2 100644 --- a/etc/etc.loongson/ttys +++ b/etc/etc.loongson/ttys @@ -1,8 +1,8 @@ # -# $OpenBSD: ttys,v 1.3 2010/03/05 15:54:34 otto Exp $ +# $OpenBSD: ttys,v 1.4 2010/03/11 09:28:48 otto Exp $ # # name getty type status comments # console "/usr/libexec/getty std.115200" vt220 on secure ttyC0 "/usr/libexec/getty std.9600" vt220 off secure -tty00 "/usr/libexec/getty std.115200" unknown off secure +tty00 "/usr/libexec/getty std.115200" unknown off secure softcar |