Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

  1. # $OpenBSD: remote,v 1.3 1996/08/29 13:26:49 deraadt Exp $
  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. # UNIX system definitions
  21. unix1200|1200 Baud dial-out to another UNIX system:\
  22. :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
  23. unix300|300 Baud dial-out to another UNIX system:\
  24. :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
  25. # General dialer definitions used below
  26. #
  27. dial2400|2400 Baud Hayes attributes:\
  28. :dv=/dev/tty00:br#2400:cu=/dev/cua00:at=hayes:du:
  29. dial1200|1200 Baud Hayes attributes:\
  30. :dv=/dev/tty00:br#1200:cu=/dev/cua00:at=hayes:du:
  31. # Hardwired line -- must be "local" in /etc/ttys
  32. com0c|com0:dv=/dev/tty00:br#9600:
  33. com0b:dv=/dev/tty00:br#2400: