Installation:

Compilation has been tested on Linux (Red Hat 5.2 and above) and Solaris 2.4
and above.  

Compilation:

Edit the Makefile and modify the definition of:
- SYSF_DIR (the directory that will contain all the configuration file) 
           It should be on a partition NFS mounted on every computer (managed 
           using sysf) on the network. 
- SBIN     The install directory for the sysf binary.


# Configure
# make 
# make install

Read the documentation doc/sysf.ps or doc/html/sysf.html to configure sysf.
In a nutshell:
  - define groups of hosts in the $SYSF_DIR/hosts.conf file. Define at least
    ALL as the group of all the computers.
  - edit  $SYSF_DIR/sysf.conf to add or remove the entries that you want to 
    manage with sysf.
  - execute the command:

	# sysf -OS_install ALL

    on the server or one computer to create some files in the $SYSF_DIR 
subdirectories.

Read the documentation to configure sysf for your network.
