Installation:
* Edit src/action.c (yes, really do this)
* ./configure
* make
* su
* make install

If you are in a RedHat compatible distrobution of linux, I have included a
sample file that can be used to start portmon automatically upon booting
the machine.  Simply edit the file extras/portmon.sh, namely the line in the
start function that actually calls portmon (daemon /usr/local/bin/portmon
etc.).  Next, copy the file, install, and start the daemon:

# cp doc/portmon.sh /etc/init.d/portmon
# chkconfig --add portmon
# service portmon start

Now, everything should be good to go.  You can start portmon with the
"service" command listed above.

Uninstallation:
* make uninstall
