diff options
author | 2006-03-27 04:08:11 +0000 | |
---|---|---|
committer | 2006-03-27 04:08:11 +0000 | |
commit | 58fd006ecf39c49c46cf539746a54a6b6ca53562 (patch) | |
tree | 0caefc479c0a1c97f13b89217ca0b55a77c63ab5 | |
parent | ttya now is same as tty00 (for a few days) (diff) | |
download | wireguard-openbsd-58fd006ecf39c49c46cf539746a54a6b6ca53562.tar.xz wireguard-openbsd-58fd006ecf39c49c46cf539746a54a6b6ca53562.zip |
add entries for ttya/ttyb
-rw-r--r-- | etc/etc.macppc/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.macppc/ttys b/etc/etc.macppc/ttys index aee22fd27ca..855069842b7 100644 --- a/etc/etc.macppc/ttys +++ b/etc/etc.macppc/ttys @@ -1,11 +1,11 @@ # -# $OpenBSD: ttys,v 1.4 2002/09/14 05:28:37 deraadt Exp $ +# $OpenBSD: ttys,v 1.5 2006/03/27 04:08:11 deraadt Exp $ # # name getty type status comments # console "/usr/libexec/getty std.57600" unknown off secure # for serial -tty00 "/usr/libexec/getty std.9600" unknown off secure +ttya "/usr/libexec/getty std.9600" unknown off secure +ttyb "/usr/libexec/getty std.9600" unknown off +tty00 "/usr/libexec/getty std.9600" unknown off tty01 "/usr/libexec/getty std.9600" unknown off -tty02 "/usr/libexec/getty std.9600" unknown off -tty03 "/usr/libexec/getty std.9600" unknown off ttyC0 "/usr/libexec/getty std.9600" vt220 on secure |