diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-12 15:54:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-12 18:01:23 -0500 |
commit | 348e57cb304fa67e943cb9a10201826c98d91a2d (patch) | |
tree | 5af7a3008b8337b2b2a4c5ac9e01358d3b5f6f22 /system/clamav/README | |
parent | bf73bbddf737631baf62b8d432b37b5a1eb48636 (diff) | |
download | slackbuilds-348e57cb304fa67e943cb9a10201826c98d91a2d.tar.gz |
system/clamav: Fixed logrotate script (added "su" directive)
This commit also notes the need for a clamav user and group.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/clamav/README')
-rw-r--r-- | system/clamav/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/clamav/README b/system/clamav/README index 22f1a5c71f..13e6dd0bc3 100644 --- a/system/clamav/README +++ b/system/clamav/README @@ -10,4 +10,6 @@ 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 +You need a "clamav" user and group - we suggest uid=210 and gid=210. + See README.SLACKWARE for configuration help. |