Upgrading to NetSaint 0.0.6
---------------------------

I'm too lazy to write this.  Read the 'Whats New' section of the
HTML documentation for information of what variables have been
added, deleted, or moved since 0.0.5.  Also make sure to read
the documentation on the main, hosts, and CGI configuration
files.   If you have questions, look at the sample config files
generated by the 'make config' command.



Important Note: 

The main thing that you need to be concerned with is a
modification to the service definition format to distinguish
between "normal" services and new "volatile" services.  Read
the HTML documentation on the hosts config file for more info
on this.  



Upgrade Utility:

A utility is include in the utils/ subdirectory
of the distribution to help upgrade your 0.0.5 hosts config
file to work with 0.0.6.  The 'ns5to6' utility basically 
modifies all your service definitions to have the is_volatile
field set to 0.  Compile the program with something like the
following:

gcc ns5to6.c -o ns5to6

Run the utility with no command line arguments to get usage
information.


