remote revision 30361
1#	@(#)remote	5.2 (Berkeley) 6/30/90
2#
3# remote -- remote host description file
4# see tip(1), remote(5)
5#
6# dv	device to use for the tty
7# el	EOL marks (default is NULL)
8# du	make a call flag (dial up)
9# pn	phone numbers (@ =>'s search phones file; possibly taken from
10#	PHONES environment variable)
11# at	ACU type
12# ie	input EOF marks (default is NULL)
13# oe	output EOF string (default is NULL)
14# cu	call unit (default is dv)
15# br	baud rate (defaults to 300)
16# fs	frame size (default is BUFSIZ) -- used in buffering writes on
17#	receive operations
18# tc	to continue a capability
19
20# Systems definitions
21netcom|Netcom Unix Access:\
22	:pn=\@:tc=unix1200:
23omen|Omen BBS:\
24	:pn=\@:tc=dos1200:
25
26# UNIX system definitions
27unix1200|1200 Baud dial-out to a UNIX system:\
28	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
29unix300|300 Baud dial-out to a UNIX system:\
30	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
31
32# DOS system definitions
33dos1200|1200 Baud dial-out to a DOS system:\
34	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
35
36# General dialer definitions used below
37#
38# COURIER switch settings:
39# switch:	1 2 3 4 5 6 7 8 9 10
40# setting:	D U D U D D U D U U
41# Rackmount:	U U D U D U D D U D
42#
43dial2400|2400 Baud Hayes attributes:\
44	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
45dial1200|1200 Baud Hayes attributes:\
46	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
47
48# Hardwired line
49cuaa0b|cua0b:dv=/dev/cuaa0:br#2400
50cuaa0c|cua0c:dv=/dev/cuaa0:br#9600
51