home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1621 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.9 KB  |  45 lines

  1. pty - run a program under a pty session
  2.  
  3. pty is meant as the sole interface between pseudo-terminals and the rest
  4. of the system. Some features: improved security; over fifty options for
  5. precise control; session disconnecting and reconnecting; full efficiency
  6. after a reconnect; a gradual upgrade path so that all your old utilities
  7. will work without change; support for applications that need full pty
  8. control; and a reasonably smart install script. Also in this package are
  9. twenty-one utilities, including a ``script'' that actually works.
  10.  
  11. pty has been thoroughly tested on several BSD 4.3-based machines and
  12. tested on several BSD 4.2-based machines. It should be easy to port to
  13. any system supporting pseudo-terminals and UNIX-domain sockets. If you
  14. know any application of ptys that this program can't handle, or if you
  15. have a different machine that would benefit from the modularity and
  16. power of a pty port, please let the author know.
  17.  
  18. pty version 3.0, June 1, 1990.
  19. Copyright (c) 1990, Daniel J. Bernstein.
  20. All rights reserved.
  21.  
  22. This distribution packaged June 11, 1990.
  23.  
  24. General layout:
  25. CHANGES         Description of changes since first distributed version
  26. COPYRIGHT       A comprehensible copyright notice
  27. INSTALL         A script to guide you through compilation and installation
  28. MANIFEST        Shipping list
  29. README          This document
  30. TESTS           A script to guide you through some tests
  31. Makefile        Installation commands
  32. *.c             Programs
  33. *.h             Header files
  34. pty.man         Documentation
  35. patch/*         Patches to other programs to better use pty
  36. util/*          Utilities
  37.  
  38. Before you do anything else, run the INSTALL script. It'll guide you
  39. through compiling and installing pty and the utilities. Then run TESTS
  40. to exercise a few of pty's features on your system. patch/ is separate;
  41. read patch/README at your leisure.
  42.  
  43. Read CHANGES for a list of changes. pty -C and pty -W give copyright and
  44. warranty information; pty -H prints a help screen.
  45.