1 1.6 mikel # $NetBSD: remote,v 1.6 1997/02/15 10:02:27 mikel 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.1 cgd # tc to continue a capability 20 1.1 cgd 21 1.1 cgd # UNIX system definitions 22 1.1 cgd unix1200|1200 Baud dial-out to another UNIX system:\ 23 1.1 cgd :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200: 24 1.1 cgd unix300|300 Baud dial-out to another UNIX system:\ 25 1.1 cgd :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300: 26 1.1 cgd 27 1.1 cgd # General dialer definitions used below 28 1.1 cgd # 29 1.1 cgd dial2400|2400 Baud Hayes attributes:\ 30 1.3 mycroft :dv=/dev/tty00:br#2400:cu=/dev/tty00:at=hayes:du: 31 1.1 cgd dial1200|1200 Baud Hayes attributes:\ 32 1.3 mycroft :dv=/dev/tty00:br#1200:cu=/dev/tty00:at=hayes:du: 33 1.1 cgd 34 1.1 cgd # Hardwired line 35 1.6 mikel # REMEMBER NOT TO USE PARITY! 36 1.6 mikel console:dv=/dev/tty01:br#9600:pa=none: 37