Home | History | Annotate | Line # | Download | only in etc
      1  1.8   lukem #	$NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $
      2  1.6   mikel #	from: @(#)remote	8.1 (Berkeley) 6/10/93
      3  1.1     cgd #
      4  1.1     cgd # remote -- remote host description file
      5  1.1     cgd # see tip(1), remote(5)
      6  1.1     cgd #
      7  1.1     cgd # dv	device to use for the tty
      8  1.1     cgd # el	EOL marks (default is NULL)
      9  1.1     cgd # du	make a call flag (dial up)
     10  1.1     cgd # pn	phone numbers (@ =>'s search phones file; possibly taken from
     11  1.1     cgd #	PHONES environment variable)
     12  1.1     cgd # at	ACU type
     13  1.1     cgd # ie	input EOF marks (default is NULL)
     14  1.1     cgd # oe	output EOF string (default is NULL)
     15  1.1     cgd # cu	call unit (default is dv)
     16  1.1     cgd # br	baud rate (defaults to 300)
     17  1.1     cgd # fs	frame size (default is BUFSIZ) -- used in buffering writes on
     18  1.1     cgd #	receive operations
     19  1.7  mellon # dc	direct connect -- the remote system is hardwired to a tty and
     20  1.7  mellon #	doesn't set Carrier Detect.
     21  1.1     cgd # tc	to continue a capability
     22  1.1     cgd 
     23  1.8   lukem # General dialer definitions used below
     24  1.8   lukem #
     25  1.8   lukem dialdty00defs:dv=/dev/dty00:at=hayes:du:
     26  1.8   lukem dial2400|2400 Baud Hayes attributes:\
     27  1.8   lukem         :br#2400:tc=dialdty00defs:
     28  1.8   lukem dial1200|1200 Baud Hayes attributes:\
     29  1.8   lukem         :br#1200:tc=dialdty00defs:
     30  1.8   lukem 
     31  1.1     cgd # UNIX system definitions
     32  1.8   lukem #
     33  1.8   lukem unix2400|2400 Baud dial-out to another UNIX system:\
     34  1.8   lukem 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
     35  1.1     cgd unix1200|1200 Baud dial-out to another UNIX system:\
     36  1.1     cgd 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
     37  1.1     cgd 
     38  1.8   lukem # Hardwired lines
     39  1.1     cgd #
     40  1.8   lukem dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
     41  1.8   lukem dty0b:dv=/dev/dty00:br#2400:pa=none:dc:
     42  1.8   lukem 
     43  1.8   lukem dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
     44  1.8   lukem dty1b:dv=/dev/dty01:br#2400:pa=none:dc:
     45  1.1     cgd 
     46  1.6   mikel # REMEMBER NOT TO USE PARITY!
     47  1.8   lukem console:dv=/dev/dty01:br#9600:pa=none:dc:
     48