1 1.5 thorpej # $NetBSD: remote,v 1.5 1996/05/08 17:19:46 thorpej Exp $ 2 1.1 cgd # @(#)remote 5.2 (Berkeley) 6/30/90 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.2 mycroft com0c|com0:dv=/dev/tty00:br#9600: 36 1.2 mycroft com0b:dv=/dev/tty00:br#2400: 37