注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Clamav"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (Created page with "{{Ebuild |Summary=Clam Anti-Virus Scanner |CatPkg=app-antivirus/clamav |Homepage=http://www.clamav.net/ }} Clamav is an open source antivirus solution. === Installation ===...") |
Threesixes (talk | contribs) m |
||
Line 8: | Line 8: | ||
=== Installation === | === Installation === | ||
{{console|body=###i## emerge app-antivirus/clamav}} | {{console|body=###i## emerge app-antivirus/clamav}} | ||
Virus definitions need to be installed before starting the clamd service | |||
{{console|body=###i## freshclam}} | |||
=== Configuration === | === Configuration === | ||
Configuration files are located at {{c|/etc/conf.d/clamd}}, {{c|/etc/clamd.conf}}, and {{c|/etc/freshclam.conf}} | |||
=== Runtime === | |||
{{console|body=###i## rc-update add clamd default | |||
###i## rc}} | |||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 10:14, February 3, 2015
Clamav
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Clamav is an open source antivirus solution.
Installation
root # emerge app-antivirus/clamav
Virus definitions need to be installed before starting the clamd service
root # freshclam
Configuration
Configuration files are located at /etc/conf.d/clamd
, /etc/clamd.conf
, and /etc/freshclam.conf
Runtime
root # rc-update add clamd default root # rc