PDA

View Full Version : upgrading clamav, where is freshclam?


matthewventura
11-17-2005, 08:34 PM
1) how do I upgrade clamav on freebsd running da?

2) where can I find freshclam? is it installed with clamav or a seperate install process?

Its supposed to be in /usr/bin but its not there.

matthewventura
11-17-2005, 08:39 PM
found it in /usr/local/bin

@how@
11-22-2005, 01:05 AM
daily and resulits sent to your mail

nano -w /etc/cron.daily/ClamAV.sh

copy and paste this
#!/bin/bash
(/usr/local/bin/freshclam | mail -s "ClamAV Update Resulits" admin@domain.tld)

set admin@domain.tld to your email then save set chmod
chmod +x /etc/cron.daily/ClamAV.sh

and you will recived daily mail with note about update;)



have a nice day.
Wael