2001-04-26 03:46:12 +04:00
|
|
|
# $NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $
|
1997-02-15 13:02:07 +03:00
|
|
|
# from: @(#)remote 8.1 (Berkeley) 6/10/93
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
|
|
|
# remote -- remote host description file
|
|
|
|
# see tip(1), remote(5)
|
|
|
|
#
|
|
|
|
# dv device to use for the tty
|
|
|
|
# el EOL marks (default is NULL)
|
|
|
|
# du make a call flag (dial up)
|
|
|
|
# pn phone numbers (@ =>'s search phones file; possibly taken from
|
|
|
|
# PHONES environment variable)
|
|
|
|
# at ACU type
|
|
|
|
# ie input EOF marks (default is NULL)
|
|
|
|
# oe output EOF string (default is NULL)
|
|
|
|
# cu call unit (default is dv)
|
|
|
|
# br baud rate (defaults to 300)
|
|
|
|
# fs frame size (default is BUFSIZ) -- used in buffering writes on
|
|
|
|
# receive operations
|
1997-04-24 04:35:47 +04:00
|
|
|
# dc direct connect -- the remote system is hardwired to a tty and
|
|
|
|
# doesn't set Carrier Detect.
|
1993-03-21 12:45:37 +03:00
|
|
|
# tc to continue a capability
|
|
|
|
|
2001-04-26 03:46:12 +04:00
|
|
|
# General dialer definitions used below
|
|
|
|
#
|
|
|
|
dialdty00defs:dv=/dev/dty00:at=hayes:du:
|
|
|
|
dial2400|2400 Baud Hayes attributes:\
|
|
|
|
:br#2400:tc=dialdty00defs:
|
|
|
|
dial1200|1200 Baud Hayes attributes:\
|
|
|
|
:br#1200:tc=dialdty00defs:
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
# UNIX system definitions
|
2001-04-26 03:46:12 +04:00
|
|
|
#
|
|
|
|
unix2400|2400 Baud dial-out to another UNIX system:\
|
|
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
|
1993-03-21 12:45:37 +03:00
|
|
|
unix1200|1200 Baud dial-out to another UNIX system:\
|
|
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
|
|
|
|
|
2001-04-26 03:46:12 +04:00
|
|
|
# Hardwired lines
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
2001-04-26 03:46:12 +04:00
|
|
|
dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
|
|
|
|
dty0b:dv=/dev/dty00:br#2400:pa=none:dc:
|
|
|
|
|
|
|
|
dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
|
|
|
|
dty1b:dv=/dev/dty01:br#2400:pa=none:dc:
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1997-02-15 13:02:07 +03:00
|
|
|
# REMEMBER NOT TO USE PARITY!
|
2001-04-26 03:46:12 +04:00
|
|
|
console:dv=/dev/dty01:br#9600:pa=none:dc:
|