
The syntax for `floodd' is:

	floodd [-p] [-d] [sitename]
         -p print process id to stdout.
 	 -d don't fork, go into debugging mode.
	 sitename - try to initialize as this site.  If not sitename
	     is given, floodd attempts to determine which site it is from
	     the hostnames in the configuration file.

Configuration files:

    Floodd will look for configuration files in this order.
     1) If the environment variable FLOODD_CONFIG is set, it takes this as
	the configuration file name.
     2) Failing 1, it check in the current directory for a file called
	`floodd-<sitename>'.
     3) Failing 1 and 2, it checks in the current directory for a file
	called `floodd-config'.

