summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-10-28 13:40:59 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-28 13:40:59 +0000
commit8540e55f07c5af0fbe404735a6159170ee82fa1d (patch)
tree34399a5426e02b81b03ee407dbc3a1041f8c96d2 /clamav
parent286d34b19757bab563eced1b969130bb99983cdb (diff)
downloadasb-8540e55f07c5af0fbe404735a6159170ee82fa1d.tar.gz
asb-8540e55f07c5af0fbe404735a6159170ee82fa1d.tar.xz
clamav: AllowSupplementaryGroups is deprecated since 0.100
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 20f74154..abee7c0d 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -152,8 +152,8 @@
# * Update. Adopted the enhancements from the SBo copy.
# Enable milter.
# 0.100.2-1: 28/oct/2018 by Eric Hameleers
-# * Update.
-# Enable milter.
+# * Update. The 'AllowSupplementaryGroups' keyword is deprecated
+# since 0.100 because it is now used by default.
#
# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -290,7 +290,6 @@ sed \
-e "s/^\#LogFacility/LogFacility/" \
-e "s/^\#PidFile.*/PidFile \/var\/run\/clamav\/freshclam.pid/" \
-e "s/^\#UpdateLogFile.*/UpdateLogFile \/var\/log\/clamav\/freshclam.log/" \
- -e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#DatabaseOwner.*/DatabaseOwner clamav/" \
-e "s/^\#NotifyClamd.*/NotifyClamd \/etc\/clamd.conf/" \
-i etc/freshclam.conf.sample
@@ -305,7 +304,6 @@ sed \
-e "s/^\#LocalSocketMode/LocalSocketMode/" \
-e "s/^\#FixStaleSocket/FixStaleSocket/" \
-e "s/^\#User.*/User clamav/" \
- -e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#ExitOnOOM/ExitOnOOM/" \
-i etc/clamd.conf.sample