xref: /csrg-svn/etc/remote (revision 44796)
1*44796Sbostic#	@(#)remote	5.2 (Berkeley) 06/30/90
244794Sbostic#
3*44796Sbostic# remote -- remote host description file
4*44796Sbostic# see tip(1), remote(5)
544794Sbostic#
6*44796Sbostic# dv	device to use for the tty
7*44796Sbostic# el	EOL marks (default is NULL)
8*44796Sbostic# du	make a call flag (dial up)
9*44796Sbostic# pn	phone numbers (@ =>'s search phones file; possibly taken from
10*44796Sbostic#	PHONES environment variable)
11*44796Sbostic# at	ACU type
12*44796Sbostic# ie	input EOF marks (default is NULL)
13*44796Sbostic# oe	output EOF string (default is NULL)
14*44796Sbostic# cu	call unit (default is dv)
15*44796Sbostic# br	baud rate (defaults to 300)
16*44796Sbostic# fs	frame size (default is BUFSIZ) -- used in buffering writes on
17*44796Sbostic#	receive operations
18*44796Sbostic# tc	to continue a capability
19*44796Sbostic
2044794Sbostic# UNIX system definitions
2144794Sbosticunix1200|1200 Baud dial-out to another UNIX system:\
2244794Sbostic	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
2344794Sbosticunix300|300 Baud dial-out to another UNIX system:\
2444794Sbostic	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
25*44796Sbostic
26*44796Sbostic# General dialer definitions used below
2744794Sbostic#
28*44796Sbostic# COURIER switch settings:
29*44796Sbostic# switch:	1 2 3 4 5 6 7 8 9 10
30*44796Sbostic# setting:	D U D U D D U D U U
31*44796Sbostic# Rackmount:	U U D U D U D D U D
3244794Sbostic#
33*44796Sbosticdial2400|2400 Baud Hayes attributes:\
34*44796Sbostic        :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du:
35*44796Sbosticdial1200|1200 Baud Hayes attributes:\
36*44796Sbostic        :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du:
3744794Sbostic
38*44796Sbostic# Hardwired line
39*44796Sbosticcalder|cons:dv=/dev/tty18:br#9600:
40