summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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