slony1-ctl install
==================

To install slony1-ctl, you can untar the archive wherever you want.

To start slon daemons at boot-time:
===================================
As root, you can copy "tools/slony1.init" in /etc/init.d:

# cp tools/slony1.init /etc/init.d/slony1

Then run, as root: 

if [ -e /etc/redhat-release ] ; then
        chkconfig --add slony1
else
        update-rc.d slony1 defaults 99 01
fi


