slackbuilds/system/clamav
Matteo Bernardini 1b38fa075d system/clamav: Fix test for zlib > 1.2.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2017-04-22 08:10:31 +07:00
..
README system/clamav: Put group/user info in README. 2017-02-04 07:00:25 +07:00
README.SLACKWARE system/clamav: Updated for version 0.97.5. 2012-06-30 12:11:08 -04:00
bb111711-fix-zlib-version-check.patch system/clamav: Fix test for zlib > 1.2.9. 2017-04-22 08:10:31 +07:00
clamav.SlackBuild system/clamav: Fix test for zlib > 1.2.9. 2017-04-22 08:10:31 +07:00
clamav.info system/clamav: Updated for version 0.99.2. 2016-05-05 23:55:33 +07:00
doinst.sh system/clamav: Updated for version 0.99. 2015-12-05 07:58:34 +07:00
logrotate.clamav system/clamav: Another fix for the logrotate script. 2013-02-05 22:39:03 -06:00
rc.clamav system/clamav: Fixed logging location of freshclam in rc.clamav. 2012-11-04 09:53:47 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.