5.8 Automatically run the F-PROT Antivirus Daemon Scanner at bootup
 

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 start And 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.

Back to Index