[BACK]Return to remote CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/remote, Revision 1.4

1.4     ! deraadt     1: #      $OpenBSD: remote,v 1.3 1996/08/29 13:26:49 deraadt Exp $
1.1       deraadt     2: #      @(#)remote      5.2 (Berkeley) 6/30/90
                      3: #
                      4: # remote -- remote host description file
                      5: # see tip(1), remote(5)
                      6: #
                      7: # dv   device to use for the tty
                      8: # el   EOL marks (default is NULL)
                      9: # du   make a call flag (dial up)
                     10: # pn   phone numbers (@ =>'s search phones file; possibly taken from
                     11: #      PHONES environment variable)
                     12: # at   ACU type
                     13: # ie   input EOF marks (default is NULL)
                     14: # oe   output EOF string (default is NULL)
                     15: # cu   call unit (default is dv)
                     16: # br   baud rate (defaults to 300)
                     17: # fs   frame size (default is BUFSIZ) -- used in buffering writes on
                     18: #      receive operations
                     19: # tc   to continue a capability
                     20:
                     21: # UNIX system definitions
1.4     ! deraadt    22: unix19200|19200 Baud dial-out to another UNIX system:\
        !            23:        :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
1.1       deraadt    24: unix1200|1200 Baud dial-out to another UNIX system:\
                     25:        :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
                     26: unix300|300 Baud dial-out to another UNIX system:\
                     27:        :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
                     28:
                     29: # General dialer definitions used below
                     30: #
1.4     ! deraadt    31: dialout:\
        !            32:         :dv=/dev/tty00:br#19200:cu=/dev/cua00:at=hayes:du: