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