Usershutdown
============

Installation:

The makefile supplied will compile the program using GCC, and
install usershutdown into /usr/sbin.

The program expects to find 'shutdown' in /sbin. If this is not
the case, you need to edit the file usershutdown.c, and change the
path defined near the top. You could also change the other values
in #define to change the options passed to syslog for logging. See
the man page for syslog(3) for information on how to do this.

The command 'make install' must be issued as root, as the compiled
program must be made setuid root.
