diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-03 21:26:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-03 21:26:21 +0000 |
commit | 54c765518b795ae5cf792215232cf7908afb3621 (patch) | |
tree | 4c681075ddf77bbdb52dc5d62d127a5e032a65dd /etc | |
parent | d81445307c66751a203740a9677d5e20ec62cbef (diff) |
comment is old
Diffstat (limited to 'etc')
-rw-r--r-- | etc/remote | 14 | ||||
-rw-r--r-- | etc/ttys.pty | 3 |
2 files changed, 5 insertions, 12 deletions
diff --git a/etc/remote b/etc/remote index 246463e90ec..e1ca7244fd7 100644 --- a/etc/remote +++ b/etc/remote @@ -1,4 +1,4 @@ -# $OpenBSD: remote,v 1.3 1996/08/29 13:26:49 deraadt Exp $ +# $OpenBSD: remote,v 1.4 1997/09/03 21:26:19 deraadt Exp $ # @(#)remote 5.2 (Berkeley) 6/30/90 # # remote -- remote host description file @@ -19,6 +19,8 @@ # tc to continue a capability # UNIX system definitions +unix19200|19200 Baud dial-out to another UNIX system:\ + :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: unix1200|1200 Baud dial-out to another UNIX system:\ :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: unix300|300 Baud dial-out to another UNIX system:\ @@ -26,11 +28,5 @@ 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/cua00:at=hayes:du: -dial1200|1200 Baud Hayes attributes:\ - :dv=/dev/tty00:br#1200:cu=/dev/cua00:at=hayes:du: - -# Hardwired line -- must be "local" in /etc/ttys -com0c|com0:dv=/dev/tty00:br#9600: -com0b:dv=/dev/tty00:br#2400: +dialout:\ + :dv=/dev/tty00:br#19200:cu=/dev/cua00:at=hayes:du: diff --git a/etc/ttys.pty b/etc/ttys.pty index cc2b7d5e23a..e3291cee9c3 100644 --- a/etc/ttys.pty +++ b/etc/ttys.pty @@ -1,6 +1,3 @@ -# The tty letters are: pqrstuwxyzPQRST. -# XXX Must skip 'v' because some architectures use that -# name for something else ttyp0 none network ttyp1 none network ttyp2 none network |