diff options
Diffstat (limited to 'system/clamav')
-rw-r--r-- | system/clamav/README | 2 | ||||
-rw-r--r-- | system/clamav/clamav.SlackBuild | 2 | ||||
-rw-r--r-- | system/clamav/logrotate.clamav | 1 |
3 files changed, 4 insertions, 1 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. diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild index fd88cb0643..c58f67b906 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=clamav VERSION=${VERSION:-0.97.5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/clamav/logrotate.clamav b/system/clamav/logrotate.clamav index 29b860baa0..77c9673300 100644 --- a/system/clamav/logrotate.clamav +++ b/system/clamav/logrotate.clamav @@ -1,4 +1,5 @@ /var/log/clamav/*.log { + su clamav clamav weekly rotate 5 compress |