Browse Source

enable ttyC0 and ttyC1 by default; wow, how did you miss that dale!

OPENBSD_3_7
deraadt 20 years ago
parent
commit
ab65d9f44c
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/etc/etc.zaurus/ttys

+ 5
- 5
src/etc/etc.zaurus/ttys View File

@ -1,13 +1,13 @@
#
# $OpenBSD: ttys,v 1.1 2004/12/31 00:06:15 drahn Exp $
# $OpenBSD: ttys,v 1.2 2005/01/14 22:43:31 deraadt Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty Pc" vt220 off secure
ttyC0 "/usr/libexec/getty Pc" vt220 off secure
ttyC1 "/usr/libexec/getty Pc" vt220 off secure
tty00 "/usr/libexec/getty std.9600" unknown on secure
tty01 "/usr/libexec/getty std.9600" unknown on secure
ttyC0 "/usr/libexec/getty Pc" vt220 on secure
ttyC1 "/usr/libexec/getty Pc" vt220 on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off
tty03 "/usr/libexec/getty std.9600" unknown off
tty04 "/usr/libexec/getty std.9600" unknown off


Loading…
Cancel
Save