remote revision 1.2
1353940Sdim#	@(#)remote	5.2 (Berkeley) 6/30/90
2353940Sdim#
3353940Sdim# remote -- remote host description file
4353940Sdim# see tip(1), remote(5)
5353940Sdim#
6353940Sdim# dv	device to use for the tty
7353940Sdim# el	EOL marks (default is NULL)
8353940Sdim# du	make a call flag (dial up)
9353940Sdim# pn	phone numbers (@ =>'s search phones file; possibly taken from
10353940Sdim#	PHONES environment variable)
11353940Sdim# at	ACU type
12353940Sdim# ie	input EOF marks (default is NULL)
13353940Sdim# oe	output EOF string (default is NULL)
14357095Sdim# cu	call unit (default is dv)
15353940Sdim# br	baud rate (defaults to 300)
16357095Sdim# fs	frame size (default is BUFSIZ) -- used in buffering writes on
17353940Sdim#	receive operations
18357095Sdim# tc	to continue a capability
19353940Sdim
20353940Sdim# UNIX system definitions
21353940Sdimunix1200|1200 Baud dial-out to another UNIX system:\
22353940Sdim	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
23353940Sdimunix300|300 Baud dial-out to another UNIX system:\
24353940Sdim	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
25353940Sdim
26357095Sdim# General dialer definitions used below
27357095Sdim#
28357095Sdim# COURIER switch settings:
29353940Sdim# switch:	1 2 3 4 5 6 7 8 9 10
30353940Sdim# setting:	D U D U D D U D U U
31353940Sdim# Rackmount:	U U D U D U D D U D
32353940Sdim#
33353940Sdimdial2400|2400 Baud Hayes attributes:\
34353940Sdim        :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du:
35353940Sdimdial1200|1200 Baud Hayes attributes:\
36353940Sdim        :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du:
37353940Sdim
38353940Sdim# Hardwired line
39353940Sdimcom0c|com0:dv=/dev/tty00:br#9600:
40353940Sdimcom0b:dv=/dev/tty00:br#2400:
41353940Sdim