home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Mgr / VDImgr.zoo / rmgr / README < prev    next >
Text File  |  1993-03-16  |  1KB  |  23 lines

  1.                             Howard Chu
  2.                             October 14, 1990
  3.  
  4. Howdy. This is rmgr, my program for managing multiple remote sessions
  5. thru a single communications line (e.g., a dial-up serial port). The
  6. header file rmgr.h tries to #include <mgr/term.h>, so you will need to
  7. have the MGR client library header files installed in a reasonable spot,
  8. like /usr/include/mgr. (Or just add the -Ipath option to the Makefile
  9. and fake it...)
  10.  
  11. This program is derived from Oliver Laumann's "screen" program, and has
  12. nearly the same system requirements as that program. (I.e., BSD sockets
  13. and pseudo-ttys are necessary.) Plus, obviously, the console you are
  14. sitting in front of must be running an MGR server for you to use this
  15. program at all.
  16.  
  17. I am calling this a beta-release, although the program is very stable
  18. and I don't expect many problems to crop up. (But read the man page,
  19. you may find that the "features" I note could hamper your use... You're
  20. welcome to tackle the two noted problems and tell me how it went.)
  21.   -- Howard
  22.     hyc@math.lsa.umich.edu
  23.