slackbuilds/system/clamav
B. Watson afb69a9da2 system/clamav: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:04 -04:00
..
README system/clamav: Wrap README at 72 columns. 2022-03-17 12:38:04 -04:00
README.SLACKWARE
clamav.SlackBuild system/clamav: Don't use wildcards for the source. 2022-02-12 00:29:36 +07:00
clamav.info system/clamav: Updated for version 0.104.2. 2022-01-12 20:51:38 +01:00
doinst.sh system/clamav: Updated for version 0.99. 2015-12-05 07:58:34 +07:00
logrotate.clamav
rc.clamav system/clamav: Fix clamav-milter command in rc.clamav. 2019-08-18 08:02:41 +07:00
slack-desc system/clamav: Changed homepage. 2018-04-28 06:40:24 +07:00

README

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


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

See README.SLACKWARE for configuration help.