Home | History | Annotate | Line # | Download | only in etc
remote revision 1.1
      1  1.1  cgd #	@(#)remote	5.2 (Berkeley) 6/30/90
      2  1.1  cgd #
      3  1.1  cgd # remote -- remote host description file
      4  1.1  cgd # see tip(1), remote(5)
      5  1.1  cgd #
      6  1.1  cgd # dv	device to use for the tty
      7  1.1  cgd # el	EOL marks (default is NULL)
      8  1.1  cgd # du	make a call flag (dial up)
      9  1.1  cgd # pn	phone numbers (@ =>'s search phones file; possibly taken from
     10  1.1  cgd #	PHONES environment variable)
     11  1.1  cgd # at	ACU type
     12  1.1  cgd # ie	input EOF marks (default is NULL)
     13  1.1  cgd # oe	output EOF string (default is NULL)
     14  1.1  cgd # cu	call unit (default is dv)
     15  1.1  cgd # br	baud rate (defaults to 300)
     16  1.1  cgd # fs	frame size (default is BUFSIZ) -- used in buffering writes on
     17  1.1  cgd #	receive operations
     18  1.1  cgd # tc	to continue a capability
     19  1.1  cgd 
     20  1.1  cgd # UNIX system definitions
     21  1.1  cgd unix1200|1200 Baud dial-out to another UNIX system:\
     22  1.1  cgd 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
     23  1.1  cgd unix300|300 Baud dial-out to another UNIX system:\
     24  1.1  cgd 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
     25  1.1  cgd 
     26  1.1  cgd # General dialer definitions used below
     27  1.1  cgd #
     28  1.1  cgd # COURIER switch settings:
     29  1.1  cgd # switch:	1 2 3 4 5 6 7 8 9 10
     30  1.1  cgd # setting:	D U D U D D U D U U
     31  1.1  cgd # Rackmount:	U U D U D U D D U D
     32  1.1  cgd #
     33  1.1  cgd dial2400|2400 Baud Hayes attributes:\
     34  1.1  cgd         :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du:
     35  1.1  cgd dial1200|1200 Baud Hayes attributes:\
     36  1.1  cgd         :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du:
     37  1.1  cgd 
     38  1.1  cgd # Hardwired line
     39  1.1  cgd com1c|com1:dv=/dev/com1:br#9600:
     40  1.1  cgd com1b:dv=/dev/com1:br#2400:
     41