remote revision 72809
135894Sbde# $FreeBSD: head/etc/remote 72809 2001-02-21 19:45:47Z nik $
226234Swpaul#
326234Swpaul#	@(#)remote	5.2 (Berkeley) 6/30/90
435894Sbde#
526234Swpaul# remote -- remote host description file
626234Swpaul# see tip(1), remote(5)
726234Swpaul#
826234Swpaul# dv	device to use for the tty
926234Swpaul# el	EOL marks (default is NULL)
1031779Sbde# du	make a call flag (dial up)
1131779Sbde# pn	phone numbers (@ =>'s search phones file; possibly taken from
1226234Swpaul#	PHONES environment variable)
1326234Swpaul# at	ACU type
1426234Swpaul# ie	input EOF marks (default is NULL)
1526234Swpaul# oe	output EOF string (default is NULL)
1626234Swpaul# cu	call unit (default is dv)
1726234Swpaul# br	baud rate (defaults to 300)
1826234Swpaul# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1935894Sbde#	receive operations
2026234Swpaul# tc	to continue a capability
2126234Swpaul
2226234Swpaul# Systems definitions
2326234Swpaulnetcom|Netcom Unix Access:\
2426234Swpaul	:pn=\@:tc=unix1200:
2526234Swpaulomen|Omen BBS:\
26	:pn=\@:tc=dos1200:
27
28# UNIX system definitions
29unix1200|1200 Baud dial-out to a UNIX system:\
30	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
31unix300|300 Baud dial-out to a UNIX system:\
32	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
33
34# DOS system definitions
35dos1200|1200 Baud dial-out to a DOS system:\
36	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
37
38# General dialer definitions used below
39#
40# COURIER switch settings:
41# switch:	1 2 3 4 5 6 7 8 9 10
42# setting:	D U D U D D U D U U
43# Rackmount:	U U D U D U D D U D
44#
45dial2400|2400 Baud Hayes attributes:\
46	:dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
47dial1200|1200 Baud Hayes attributes:\
48	:dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
49
50# Hardwired line
51cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
52cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
53
54# Finger friendly shortcuts
55com1:dv=/dev/cuaa0:br#9600:pa=none:
56com2:dv=/dev/cuaa1:br#9600:pa=none:
57com3:dv=/dev/cuaa2:br#9600:pa=none:
58com4:dv=/dev/cuaa3:br#9600:pa=none:
59