remote revision 292
137Srgrimes#	@(#)remote	5.2 (Berkeley) 6/30/90
237Srgrimes#
337Srgrimes# remote -- remote host description file
437Srgrimes# see tip(1), remote(5)
537Srgrimes#
637Srgrimes# dv	device to use for the tty
737Srgrimes# el	EOL marks (default is NULL)
837Srgrimes# du	make a call flag (dial up)
937Srgrimes# pn	phone numbers (@ =>'s search phones file; possibly taken from
1037Srgrimes#	PHONES environment variable)
1137Srgrimes# at	ACU type
1237Srgrimes# ie	input EOF marks (default is NULL)
1337Srgrimes# oe	output EOF string (default is NULL)
1437Srgrimes# cu	call unit (default is dv)
1537Srgrimes# br	baud rate (defaults to 300)
1637Srgrimes# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1737Srgrimes#	receive operations
1837Srgrimes# tc	to continue a capability
1937Srgrimes
20292Salm# Systems definitions
21292Salmnetcom|Netcom Unix Access:\
22292Salm	:pn=@:tc=unix1200:
23292Salmomen|Omen BBS:\
24292Salm	:pn=@:tc=dos1200:
25292Salm
2637Srgrimes# UNIX system definitions
2737Srgrimesunix1200|1200 Baud dial-out to another UNIX system:\
2837Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
2937Srgrimesunix300|300 Baud dial-out to another UNIX system:\
3037Srgrimes	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
3137Srgrimes
32292Salm# DOS system definitions
33292Salmdos1200|1200 Baud dial-out to a DOS system:\
34292Salm	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
35292Salm
3637Srgrimes# General dialer definitions used below
3737Srgrimes#
3837Srgrimes# COURIER switch settings:
3937Srgrimes# switch:	1 2 3 4 5 6 7 8 9 10
4037Srgrimes# setting:	D U D U D D U D U U
4137Srgrimes# Rackmount:	U U D U D U D D U D
4237Srgrimes#
4337Srgrimesdial2400|2400 Baud Hayes attributes:\
44292Salm        :dv=/dev/com00:br#2400:cu=/dev/com00:at=hayes:du:
4537Srgrimesdial1200|1200 Baud Hayes attributes:\
46292Salm        :dv=/dev/com00:br#1200:cu=/dev/com00:at=hayes:du:
4737Srgrimes
4837Srgrimes# Hardwired line
49215Srgrimescom00c|com0c:dv=/dev/com00:br#9600
50215Srgrimescom00b|com0b:dv=/dev/com00:br#2400
51