41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# $NetBSD: remote,v 1.7 1997/04/24 00:35:47 mellon Exp $
|
|
# from: @(#)remote 8.1 (Berkeley) 6/10/93
|
|
#
|
|
# remote -- remote host description file
|
|
# see tip(1), remote(5)
|
|
#
|
|
# dv device to use for the tty
|
|
# el EOL marks (default is NULL)
|
|
# du make a call flag (dial up)
|
|
# pn phone numbers (@ =>'s search phones file; possibly taken from
|
|
# PHONES environment variable)
|
|
# at ACU type
|
|
# ie input EOF marks (default is NULL)
|
|
# oe output EOF string (default is NULL)
|
|
# cu call unit (default is dv)
|
|
# br baud rate (defaults to 300)
|
|
# fs frame size (default is BUFSIZ) -- used in buffering writes on
|
|
# receive operations
|
|
# dc direct connect -- the remote system is hardwired to a tty and
|
|
# doesn't set Carrier Detect.
|
|
# tc to continue a capability
|
|
|
|
# UNIX system definitions
|
|
unix1200|1200 Baud dial-out to another UNIX system:\
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
|
|
unix300|300 Baud dial-out to another UNIX system:\
|
|
:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
|
|
|
|
# General dialer definitions used below
|
|
#
|
|
dial2400|2400 Baud Hayes attributes:\
|
|
:dv=/dev/tty00:br#2400:cu=/dev/tty00:at=hayes:du:
|
|
dial1200|1200 Baud Hayes attributes:\
|
|
:dv=/dev/tty00:br#1200:cu=/dev/tty00:at=hayes:du:
|
|
|
|
# Hardwired line
|
|
com0c|com0:dv=/dev/tty00:br#9600:dc:
|
|
com0b:dv=/dev/tty00:br#2400:dc:
|
|
# REMEMBER NOT TO USE PARITY!
|
|
console:dv=/dev/tty01:br#9600:pa=none:dc:
|