README
09/30/1999
GNU Phantom.Security Beta 0.95
--------------------------

- To compile & install Phantom.Security Beta 0.95:
	configure
	make
	make install

	The default installation directory is /home/Phantom/security.  However,
	this can be modified in the top-level Makefile.am (if this is changed,
	you need to re-run aclocal, autoconf, & automake).  However, both the
	bindir and datadir should point to the SAME directory, or else 
	Phantom.Security won't function correctly, because it won't be able
	to find the Phantom.conf file.

- Phantom.Security is now a GNU program!  GNU Phantom.Security!

- I've changed the logging procedures so that instead of having the log file
  open constantly, it opens, writes, and closes the file only when it has
  something to write to the file.  So if you abruptly stop the program, the 
  log file doesn't go away.

- I've renamed the log file from .Phantom.Log to Phantom.Log (removed the first
  period)

- I've added the standard GNU command line arguments --version and --help, as
  well as --noscreen, which stops Phantom.Security from putting anything on the
  display (stdout).

- I've moved the updates from this file to the ChangeLog file for GNU
  compliance.  'User Visible' changes are located in NEWS.

- I've included a sample Phantom.conf file to demonstrate.
