From bc9ab0279040636f463320febb468b6ace8b5aa9 Mon Sep 17 00:00:00 2001 From: "Jerry.Benton" Date: Wed, 11 May 2016 09:12:42 -0400 Subject: [PATCH] clamav update updated supplementary groups --- debian/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/DEBIAN/postinst b/debian/DEBIAN/postinst index 5229124..849f5da 100644 --- a/debian/DEBIAN/postinst +++ b/debian/DEBIAN/postinst @@ -240,7 +240,7 @@ fi # allow supplementary groups CAVOLD='^#AllowSupplementaryGroups.*'; -CAVNEW='AllowSupplementaryGroups yes'; +CAVNEW='AllowSupplementaryGroups true'; if [ -f '/etc/clamav/clamd.conf' ]; then sed -i "s/${CAVOLD}/${CAVNEW}/g" /etc/clamav/clamd.conf fi