2010-05-11 20:01:55 +02:00
|
|
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose
|
|
|
|
of this software is the integration with mail servers (attachment
|
|
|
|
scanning). The package provides a flexible and scalable multi-threaded
|
|
|
|
daemon, a command line scanner, and a tool for automatic updating via
|
|
|
|
Internet.
|
|
|
|
|
|
|
|
This build script should build a package that "just works" after install.
|
|
|
|
You will need to specify a two-letter country code (such as "us") as an
|
|
|
|
argument to the COUNTRY variable when running the build script (this will
|
|
|
|
default to "us" if nothing is specified). For example:
|
|
|
|
COUNTRY=nl ./clamav.SlackBuild
|
|
|
|
|
2017-01-29 14:52:49 +01:00
|
|
|
|
|
|
|
Groupname and Username
|
|
|
|
|
|
|
|
You must have the 'clamav' group and user to run this script,
|
|
|
|
for example:
|
|
|
|
|
|
|
|
groupadd -g 210 clamav
|
|
|
|
useradd -u 210 -d /dev/null -s /bin/false -g clamav clamav
|
|
|
|
|
|
|
|
|
|
|
|
Configuration
|
2012-09-12 22:54:29 +02:00
|
|
|
|
2010-05-13 00:39:54 +02:00
|
|
|
See README.SLACKWARE for configuration help.
|