Daemon startup files are contained in the tools/rc_scripts/ directory
If you have SuSE:
cp /usr/local/f-prot/tools/rc_scripts/f-protd.rc-suse /etc/rc.d/f-protd
chkconfig f-protd on
/sbin/SuSEconfig
/etc/rc.d/f-protd start
If you have Red Hat:
cp /usr/local/f-prot/tools/rc_scripts/f-protd.rc-redhat /etc/rc.d/init.d/f-protd
chkconfig --add f-protd
/etc/rc.d/init.d/f-protd start
If you have Mandrake:
cp /usr/local/f-prot/tools/rc_scripts/f-protd.rc-mandrake /etc/rc.d/init.d/f-protd
chkconfig --add f-protd
/etc/rc.d/init.d/f-protd start
If you have Debian:
cp /usr/local/f-prot/tools/rc_scripts/f-protd.rc-debian /etc/init.d/f-protd /etc/init.d/f-protd start And create links from the runlevel directories (f.ex. /etc/rc3.d) to /etc/init.d/f-protd
Else:
you will need to modify the rc-files manually to make them work with your distribution.Back to Index Next