upgrading clamav, where is freshclam?

matthewventura

Verified User
Joined
Jul 1, 2004
Messages
92
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.
 
daily and resulits sent to your mail

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

copy and paste this
Code:
#!/bin/bash
(/usr/local/bin/freshclam | mail -s "ClamAV Update Resulits" [email][email protected][/email])

set [email protected] to your email then save set chmod
Code:
chmod +x /etc/cron.daily/ClamAV.sh

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



have a nice day.
Wael
 
Back
Top