Message Daemon

This program binds to a port and waits for a connection.  When it gets one, 
it sends out the message that you specified before.  

INSTALL:
  > Check the Makefile and make path changes if you want
  > Run make
  [optional:]
  Now you have the binary msgdaemon in your directory.  If you want
  to install it and the man page, type:
  > make install

REMOVE:
  [If you ran the optional command above: 
    > make remove
  ]
  > make clean

USAGE:
Check the man page on how to use, or type:
 msgdaemon --help 
after installing

THANKS AND NOTES:
Thanks to Sam Creasey for his versions v0.3 and before, this program was
built off that.  You can contact him at sammy@freenet.akron.oh.us if you
want to say thanks.
Thanks also to Linus Torvalds for Linux, the best OS I have come across
yet!

OTHER:
Please read the CHANGES file for information on changes between versions.

Please read the BUGS file if you think you found a bug, or are having problems.

Please read the COPYRIGHT file if you want to republish this software.

MAINTAINER:
hartlw@rpi.edu
Matt Hartley
http://www.rpi.edu/~hartlw


