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