- clean up a leftover in binutils215/ld
[dragonfly.git] / etc / remote
1 # $FreeBSD: src/etc/remote,v 1.10.2.1 2001/03/06 02:22:39 obrien Exp $
2 # $DragonFly: src/etc/remote,v 1.2 2003/06/17 04:24:45 dillon Exp $
3 #
4 #       @(#)remote      5.2 (Berkeley) 6/30/90
5 #
6 # remote -- remote host description file
7 # see tip(1), remote(5)
8 #
9 # dv    device to use for the tty
10 # el    EOL marks (default is NULL)
11 # du    make a call flag (dial up)
12 # pn    phone numbers (@ =>'s search phones file; possibly taken from
13 #       PHONES environment variable)
14 # at    ACU type
15 # ie    input EOF marks (default is NULL)
16 # oe    output EOF string (default is NULL)
17 # cu    call unit (default is dv)
18 # br    baud rate (defaults to 300)
19 # fs    frame size (default is BUFSIZ) -- used in buffering writes on
20 #       receive operations
21 # tc    to continue a capability
22
23 # Systems definitions
24 netcom|Netcom Unix Access:\
25         :pn=\@:tc=unix1200:
26 omen|Omen BBS:\
27         :pn=\@:tc=dos1200:
28
29 # UNIX system definitions
30 unix1200|1200 Baud dial-out to a UNIX system:\
31         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
32 unix300|300 Baud dial-out to a UNIX system:\
33         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
34
35 # DOS system definitions
36 dos1200|1200 Baud dial-out to a DOS system:\
37         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
38
39 # General dialer definitions used below
40 #
41 # COURIER switch settings:
42 # switch:       1 2 3 4 5 6 7 8 9 10
43 # setting:      D U D U D D U D U U
44 # Rackmount:    U U D U D U D D U D
45 #
46 dial2400|2400 Baud Hayes attributes:\
47         :dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
48 dial1200|1200 Baud Hayes attributes:\
49         :dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
50
51 # Hardwired line
52 cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
53 cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:
54
55 # Finger friendly shortcuts
56 com1:dv=/dev/cuaa0:br#9600:pa=none:
57 com2:dv=/dev/cuaa1:br#9600:pa=none:
58 com3:dv=/dev/cuaa2:br#9600:pa=none:
59 com4:dv=/dev/cuaa3:br#9600:pa=none: