xref: /netbsd-src/etc/remote (revision 9cd5a025fe13133002f1bba77086948216c71cc5)
1*9cd5a025Slukem#	$NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $
2ef538c31Smikel#	from: @(#)remote	8.1 (Berkeley) 6/10/93
361f28255Scgd#
461f28255Scgd# remote -- remote host description file
561f28255Scgd# see tip(1), remote(5)
661f28255Scgd#
761f28255Scgd# dv	device to use for the tty
861f28255Scgd# el	EOL marks (default is NULL)
961f28255Scgd# du	make a call flag (dial up)
1061f28255Scgd# pn	phone numbers (@ =>'s search phones file; possibly taken from
1161f28255Scgd#	PHONES environment variable)
1261f28255Scgd# at	ACU type
1361f28255Scgd# ie	input EOF marks (default is NULL)
1461f28255Scgd# oe	output EOF string (default is NULL)
1561f28255Scgd# cu	call unit (default is dv)
1661f28255Scgd# br	baud rate (defaults to 300)
1761f28255Scgd# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1861f28255Scgd#	receive operations
19cd9ae1f9Smellon# dc	direct connect -- the remote system is hardwired to a tty and
20cd9ae1f9Smellon#	doesn't set Carrier Detect.
2161f28255Scgd# tc	to continue a capability
2261f28255Scgd
2361f28255Scgd# General dialer definitions used below
2461f28255Scgd#
25*9cd5a025Slukemdialdty00defs:dv=/dev/dty00:at=hayes:du:
2661f28255Scgddial2400|2400 Baud Hayes attributes:\
27*9cd5a025Slukem        :br#2400:tc=dialdty00defs:
2861f28255Scgddial1200|1200 Baud Hayes attributes:\
29*9cd5a025Slukem        :br#1200:tc=dialdty00defs:
3061f28255Scgd
31*9cd5a025Slukem# UNIX system definitions
32*9cd5a025Slukem#
33*9cd5a025Slukemunix2400|2400 Baud dial-out to another UNIX system:\
34*9cd5a025Slukem	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
35*9cd5a025Slukemunix1200|1200 Baud dial-out to another UNIX system:\
36*9cd5a025Slukem	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
37*9cd5a025Slukem
38*9cd5a025Slukem# Hardwired lines
39*9cd5a025Slukem#
40*9cd5a025Slukemdty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
41*9cd5a025Slukemdty0b:dv=/dev/dty00:br#2400:pa=none:dc:
42*9cd5a025Slukem
43*9cd5a025Slukemdty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
44*9cd5a025Slukemdty1b:dv=/dev/dty01:br#2400:pa=none:dc:
45*9cd5a025Slukem
46ef538c31Smikel# REMEMBER NOT TO USE PARITY!
47*9cd5a025Slukemconsole:dv=/dev/dty01:br#9600:pa=none:dc:
48