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
f 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:
F-PROT includes user contributed scripts which we redistribute without any warranties. You should try them but it is not guaranteed that any one of them will work on your system. If none of the existing scripts works, modifying a script to work on your platform is recommended.< Previous | Back to Index | Next >