diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-01-08 05:08:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-01-08 05:08:13 +0000 |
commit | 281d56efda63b8fc539790883ab71e4863b31f99 (patch) | |
tree | 69e861fc1fca60df25bf9bc7b39bed6b25b3a5af /etc | |
parent | ab62351c9aaddf0a4d008e24984ff99bcf12f60c (diff) |
switch console to std.9600 (suncons is the same); ok miod
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc/ttys | 4 | ||||
-rw-r--r-- | etc/etc.sparc64/ttys | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/etc/etc.sparc/ttys b/etc/etc.sparc/ttys index 4832b6dfd70..79046e86a3a 100644 --- a/etc/etc.sparc/ttys +++ b/etc/etc.sparc/ttys @@ -1,10 +1,10 @@ # -# $OpenBSD: ttys,v 1.8 2002/08/12 10:45:06 miod Exp $ +# $OpenBSD: ttys,v 1.9 2008/01/08 05:08:11 deraadt Exp $ # # name getty type status comments # # main console device -console "/usr/libexec/getty suncons" sun on secure +console "/usr/libexec/getty std.9600" sun on secure # graphics console ttyC0 "/usr/libexec/getty std.9600" sun off secure # on-board serial lines diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index fa0568191ad..87b32386208 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -1,12 +1,16 @@ # -# $OpenBSD: ttys,v 1.5 2002/06/09 06:15:15 todd Exp $ +# $OpenBSD: ttys,v 1.6 2008/01/08 05:08:12 deraadt Exp $ # # name getty type status comments # -console "/usr/libexec/getty suncons" sun on secure +console "/usr/libexec/getty std.9600" sun on secure +# zs(4)-based ttya "/usr/libexec/getty std.9600" unknown off secure ttyb "/usr/libexec/getty std.9600" unknown off secure -# sab0 +# com(4)-based +tty00 "/usr/libexec/getty std.9600" unknown off secure +tty01 "/usr/libexec/getty std.9600" unknown off secure +# sab(4)-based ttyh0 "/usr/libexec/getty std.9600" unknown off secure ttyh1 "/usr/libexec/getty std.9600" unknown off secure # magma0 |