This section applies to F-PROT Antivirus for UNIX File Server and Mail Server versions only
F-PROT Antivirus Daemon Scanner startup files are contained in the rc_scripts/ directory
If you have SuSE:
cp /opt/f-prot/rc-scripts/fpscand.rc-suse /etc/rc.d/fpscand
chkconfig fpscand on
/sbin/SuSEconfig
/etc/rc.d/fpscand start
If you have Red Hat:
cp /opt/f-prot/rc-scripts/fpscand.rc-redhat /etc/rc.d/init.d/fpscand
chkconfig --add fpscand
/etc/rc.d/init.d/fpscand start
If you have Mandriva:
cp /opt/f-prot/rc-scripts/fpscand.rc-mandriva /etc/rc.d/init.d/fpscand
chkconfig --add fpscand
/etc/rc.d/init.d/fpscand start
If you have Debian:
cp /opt/f-prot/rc-scripts/fpscand.rc-debian /etc/init.d/fpscand
/etc/init.d/fpscand startAnd create links from the runlevel directories (f.ex. /etc/rc3.d)
to /etc/init.d/fpscand
Else:
you will need to modify the rc-files manually to make them work with your distribution.