Deleted Added
full compact
remote (215) remote (292)
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
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# Systems definitions
21netcom|Netcom Unix Access:\
22 :pn=@:tc=unix1200:
23omen|Omen BBS:\
24 :pn=@:tc=dos1200:
25
20# UNIX system definitions
21unix1200|1200 Baud dial-out to another UNIX system:\
22 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
23unix300|300 Baud dial-out to another UNIX system:\
24 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
25
26# UNIX system definitions
27unix1200|1200 Baud dial-out to another UNIX system:\
28 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
29unix300|300 Baud dial-out to another UNIX system:\
30 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
31
32# DOS system definitions
33dos1200|1200 Baud dial-out to a DOS system:\
34 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
35
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#
33dial2400|2400 Baud Hayes attributes:\
36# General dialer definitions used below
37#
38# COURIER switch settings:
39# switch: 1 2 3 4 5 6 7 8 9 10
40# setting: D U D U D D U D U U
41# Rackmount: U U D U D U D D U D
42#
43dial2400|2400 Baud Hayes attributes:\
34 :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du:
44 :dv=/dev/com00:br#2400:cu=/dev/com00:at=hayes:du:
35dial1200|1200 Baud Hayes attributes:\
45dial1200|1200 Baud Hayes attributes:\
36 :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du:
46 :dv=/dev/com00:br#1200:cu=/dev/com00:at=hayes:du:
37
38# Hardwired line
39com00c|com0c:dv=/dev/com00:br#9600
40com00b|com0b:dv=/dev/com00:br#2400
47
48# Hardwired line
49com00c|com0c:dv=/dev/com00:br#9600
50com00b|com0b:dv=/dev/com00:br#2400