Installing the ESM Package
--------------------------

./configure

make

make install

And then add esmd to your system start up scripts. 

The proper way to add esmd to your start up scripts is to add
something like:

su -c "/usr/local/esm/bin/esmd" --login root &

If you don't do that the environment variables may not be setup
properly. For instance Mailreport's encryption option won't work
because gnupg needs the environment setup as though it's in a normal
login spawned shell.
