View previous topic :: View next topic |
Author |
Message |
mixmasta Tux's lil' helper
Joined: 16 Oct 2004 Posts: 80 Location: Earth, Sol, Orion Arm, Milky Way Galaxy, Virgo Super-Cluster
|
Posted: Sat Jan 07, 2006 11:47 pm Post subject: new Clam AV signatures in portage? |
|
|
Is there any way to get portage to track clamav's virus signature database? It would be nice if there was an ebuild for it.
I just found 'freshclam' so it's not a big deal, I thought it might be convenient. |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Sun Jan 08, 2006 12:40 am Post subject: |
|
|
Probably not helpful, but I just setup a small cron job to to update it daily, using the following script: (using Vixie Cron)
Code: | #/bin/bash
# /etc/cron.daily/freshclam - Updates ClamAV signatures every day.
freshclam | Then just make it executable: Code: | chmod +x /etc/cron.daily/freshclam | (You may need to add yourself to the 'cron' group to be able to use cron tasks. Check the `gpasswd` man page for more information.) _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
mixmasta Tux's lil' helper
Joined: 16 Oct 2004 Posts: 80 Location: Earth, Sol, Orion Arm, Milky Way Galaxy, Virgo Super-Cluster
|
Posted: Sun Jan 08, 2006 12:51 am Post subject: |
|
|
thanks, but this is my laptop ... I can only update once in a while, when I find a hotspot.
I've just added freshclam to my "update" alias, it's a good enough solution for now.
alias update='emerge --sync && emerge -a -f -u world -D && freshclam && emerge -a -u world -D'
Anyone have any tips to improve this? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|