Browse Source

switch console to std.9600 (suncons is the same); ok miod

OPENBSD_4_3
deraadt 16 years ago
parent
commit
c2365d6678
2 changed files with 9 additions and 5 deletions
  1. +2
    -2
      src/etc/etc.sparc/ttys
  2. +7
    -3
      src/etc/etc.sparc64/ttys

+ 2
- 2
src/etc/etc.sparc/ttys View File

@ -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


+ 7
- 3
src/etc/etc.sparc64/ttys View File

@ -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


Loading…
Cancel
Save