home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / msgd / README < prev    next >
Encoding:
Text File  |  1992-03-09  |  1.6 KB  |  42 lines

  1. MSG sends a one line message to another user or users, possibly over
  2. the network.  We like it much more than write(1) and talk(1).
  3.  
  4. For example,
  5.   % msg jdoe@othermachine
  6.   Let's go eat!
  7.   %
  8.   jdoe@othermachine: ok - where?
  9.   msg -r
  10.   msg: Replying to 'jdoe@othermachine'
  11.   How about the cafeteria?
  12.   %
  13.  
  14. To install, add the lines to /etc/services and /etc/inetd.conf,
  15. modify the Makefile and */Makefile to your needs, and adjust
  16. Include/msgoptions.h to set the options that are appropriate for you.
  17.  
  18. mesg is a modified version of the Berkeley mesg program.  The Tahoe
  19. version appears with the Berkeley copyright - this version is based on
  20. 4.2 or 4.3, and so I added the Berkeley copyright notice, and assume
  21. that distribution is ok.  This version allows you to set an answerback
  22. message that will be given to any user trying to send you a message.
  23. Note that this version has to be setuid root so that it can remove
  24. other users answerback message files.
  25.  
  26. We use this on Sun3, Sun4, BSD Vax, Ultrix Vax, MIPS, DEC MIPS, and Sequent.
  27.  
  28. Note that the service number that we use has not been officially
  29. registered.  If I ever get off my butt, and register a real number,
  30. it should be relatively easy to update things.  Or so I like to think.
  31. I'd like to encourage everyone to use the same port number i.e. 1241/tcp,
  32. otherwise we won't be able to talk to each other.
  33.  
  34. Naturally, no warranties, bug fixes and enhancements accepted, but
  35. no support committments.  Available via anonymous ftp from
  36. watmath.waterloo.edu in pub/msg.shar.
  37.  
  38. John Sellens
  39. Math Faculty Computing Facility
  40. University of Waterloo
  41. jmsellens@watmath.waterloo.edu
  42.