Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new Clam AV signatures in portage?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
mixmasta
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2004
Posts: 80
Location: Earth, Sol, Orion Arm, Milky Way Galaxy, Virgo Super-Cluster

PostPosted: Sat Jan 07, 2006 11:47 pm    Post subject: new Clam AV signatures in portage? Reply with quote

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
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Sun Jan 08, 2006 12:40 am    Post subject: Reply with quote

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
View user's profile Send private message
mixmasta
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2004
Posts: 80
Location: Earth, Sol, Orion Arm, Milky Way Galaxy, Virgo Super-Cluster

PostPosted: Sun Jan 08, 2006 12:51 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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