From 8540e55f07c5af0fbe404735a6159170ee82fa1d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 28 Oct 2018 13:40:59 +0000 Subject: clamav: AllowSupplementaryGroups is deprecated since 0.100 --- clamav/build/clamav.SlackBuild | 6 ++---- 1 file 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 -- cgit v1.2.3-65-gdbad