diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-29 13:26:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-29 13:26:50 +0000 |
commit | 22e19e0660dd7f503ba4b1dfdea212db5e5b6502 (patch) | |
tree | 3e82d0a62603129ac753cce7670ce4f44474631f /etc/remote | |
parent | e9e09c74d230f86821b2789eba20cea3ba44a72a (diff) |
fixup for cua support
Diffstat (limited to 'etc/remote')
-rw-r--r-- | etc/remote | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/remote b/etc/remote index 9820f09e8d8..246463e90ec 100644 --- a/etc/remote +++ b/etc/remote @@ -1,4 +1,4 @@ -# $OpenBSD: remote,v 1.2 1996/05/26 10:25:28 deraadt Exp $ +# $OpenBSD: remote,v 1.3 1996/08/29 13:26:49 deraadt Exp $ # @(#)remote 5.2 (Berkeley) 6/30/90 # # remote -- remote host description file @@ -27,10 +27,10 @@ unix300|300 Baud dial-out to another UNIX system:\ # General dialer definitions used below # dial2400|2400 Baud Hayes attributes:\ - :dv=/dev/tty00:br#2400:cu=/dev/tty00:at=hayes:du: + :dv=/dev/tty00:br#2400:cu=/dev/cua00:at=hayes:du: dial1200|1200 Baud Hayes attributes:\ - :dv=/dev/tty00:br#1200:cu=/dev/tty00:at=hayes:du: + :dv=/dev/tty00:br#1200:cu=/dev/cua00:at=hayes:du: -# Hardwired line +# Hardwired line -- must be "local" in /etc/ttys com0c|com0:dv=/dev/tty00:br#9600: com0b:dv=/dev/tty00:br#2400: |