remote revision 38738
174462Salfred#	$Id:$
274462Salfred#
3261046Smav#	@(#)remote	5.2 (Berkeley) 6/30/90
4261046Smav#
5261046Smav# remote -- remote host description file
68870Srgrimes# see tip(1), remote(5)
7261046Smav#
8261046Smav# dv	device to use for the tty
9261046Smav# el	EOL marks (default is NULL)
10261046Smav# du	make a call flag (dial up)
11261046Smav# pn	phone numbers (@ =>'s search phones file; possibly taken from
12261046Smav#	PHONES environment variable)
13261046Smav# at	ACU type
14261046Smav# ie	input EOF marks (default is NULL)
15261046Smav# oe	output EOF string (default is NULL)
16261046Smav# cu	call unit (default is dv)
17261046Smav# br	baud rate (defaults to 300)
18261046Smav# fs	frame size (default is BUFSIZ) -- used in buffering writes on
19261046Smav#	receive operations
20261046Smav# tc	to continue a capability
21261046Smav
22261046Smav# Systems definitions
23261046Smavnetcom|Netcom Unix Access:\
24261046Smav	:pn=\@:tc=unix1200:
25261046Smavomen|Omen BBS:\
26261046Smav	:pn=\@:tc=dos1200:
27261046Smav
28261046Smav# UNIX system definitions
291901Swollmanunix1200|1200 Baud dial-out to a UNIX system:\
301901Swollman	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
311901Swollmanunix300|300 Baud dial-out to a UNIX system:\
32136581Sobrien	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
3374462Salfred
341901Swollman# DOS system definitions
3592990Sobriendos1200|1200 Baud dial-out to a DOS system:\
3692990Sobrien	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
371901Swollman
381901Swollman# General dialer definitions used below
391901Swollman#
401901Swollman# COURIER switch settings:
411901Swollman# switch:	1 2 3 4 5 6 7 8 9 10
421901Swollman# setting:	D U D U D D U D U U
431901Swollman# Rackmount:	U U D U D U D D U D
441901Swollman#
451901Swollmandial2400|2400 Baud Hayes attributes:\
461901Swollman	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
471901Swollmandial1200|1200 Baud Hayes attributes:\
481901Swollman	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
491901Swollman
501901Swollman# Hardwired line
5174462Salfredcuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
521901Swollmancuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
531901Swollman