[BACK]Return to remote CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Annotation of src/etc/remote, Revision 1.8

1.8     ! lukem       1: #      $NetBSD: remote,v 1.7 1997/04/24 00:35:47 mellon Exp $
1.6       mikel       2: #      from: @(#)remote        8.1 (Berkeley) 6/10/93
1.1       cgd         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
1.7       mellon     19: # dc   direct connect -- the remote system is hardwired to a tty and
                     20: #      doesn't set Carrier Detect.
1.1       cgd        21: # tc   to continue a capability
                     22:
1.8     ! lukem      23: # General dialer definitions used below
        !            24: #
        !            25: dialdty00defs:dv=/dev/dty00:at=hayes:du:
        !            26: dial2400|2400 Baud Hayes attributes:\
        !            27:         :br#2400:tc=dialdty00defs:
        !            28: dial1200|1200 Baud Hayes attributes:\
        !            29:         :br#1200:tc=dialdty00defs:
        !            30:
1.1       cgd        31: # UNIX system definitions
1.8     ! lukem      32: #
        !            33: unix2400|2400 Baud dial-out to another UNIX system:\
        !            34:        :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
1.1       cgd        35: unix1200|1200 Baud dial-out to another UNIX system:\
                     36:        :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
                     37:
1.8     ! lukem      38: # Hardwired lines
1.1       cgd        39: #
1.8     ! lukem      40: dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
        !            41: dty0b:dv=/dev/dty00:br#2400:pa=none:dc:
        !            42:
        !            43: dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
        !            44: dty1b:dv=/dev/dty01:br#2400:pa=none:dc:
1.1       cgd        45:
1.6       mikel      46: # REMEMBER NOT TO USE PARITY!
1.8     ! lukem      47: console:dv=/dev/dty01:br#9600:pa=none:dc:

CVSweb <webmaster@jp.NetBSD.org>