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