Remote Reboot v1.2

This set of server and client uses datagrams to reboot a machine remotely.
The server sits on a port of your choice and waits for connections.  It
must be run as root or with setuid root.
The client connects to the remote server, the client user must enter
the root password (of the remote server) before a reboot can occur.

IMPORTANT NOTE:
The server is Linux specific!!  I have tested it on 2.0.28.
It is _HIGHLY_ suggested that you use a shadow password file, and if you
don't or can't for whatever reason, then it is also _HIGHLY_ suggested 
that you use the OVERRIDE root option in the config.h.

INSTALL:
  > Check the Makefile and make path changes if you want
  > Check config.h for configuartion options
  > make
  If you decided to override the root password in the config.h, type:
  > rrgenpass

  [optional:]
  Now you have the binaries rr and rrd 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:
> rrd
> rr
after installing without any parameters.

THANKS AND NOTES:
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 or (re)use this 
software.

Please read the CONTRIB file for a list contributors to this project.

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


