summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2008-02-23 22:37:23 +0000
committerAndrej Kacian <ticho@gentoo.org>2008-02-23 22:37:23 +0000
commit02e6d75aa7b75b62e7607fdc3f33de3204091cbe (patch)
tree637d78a48156517925b4bb44f26e69d5c8562e67 /app-antivirus
parentebuild cleanup wrt #208584 (diff)
downloadgentoo-2-02e6d75aa7b75b62e7607fdc3f33de3204091cbe.tar.gz
gentoo-2-02e6d75aa7b75b62e7607fdc3f33de3204091cbe.tar.bz2
gentoo-2-02e6d75aa7b75b62e7607fdc3f33de3204091cbe.zip
Enable AllowSupplementaryGroups option by default for better integration with other apps out of the box.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog6
-rw-r--r--app-antivirus/clamav/clamav-0.92.1.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 212c4d7bbd67..a9a2ebeb0e83 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.280 2008/02/19 18:04:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.281 2008/02/23 22:37:23 ticho Exp $
+
+ 23 Feb 2008; Andrej Kacian <ticho@gentoo.org> clamav-0.92.1.ebuild:
+ Enable AllowSupplementaryGroups option by default for better integration
+ with other apps out of the box.
19 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org>
clamav-0.92.1.ebuild:
diff --git a/app-antivirus/clamav/clamav-0.92.1.ebuild b/app-antivirus/clamav/clamav-0.92.1.ebuild
index 24ef1696e4e1..b03556373b2a 100644
--- a/app-antivirus/clamav/clamav-0.92.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.92.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.7 2008/02/19 18:04:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.8 2008/02/23 22:37:23 ticho Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib
@@ -91,6 +91,7 @@ src_install() {
-e "s:.*\(User\) .*:\1 clamav:" \
-e "s:^\#\(LogFile\) .*:\1 /var/log/clamav/clamd.log:" \
-e "s:^\#\(LogTime\).*:\1 yes:" \
+ -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${D}"/etc/clamd.conf
# Do the same for /etc/freshclam.conf
@@ -100,6 +101,7 @@ src_install() {
-e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/clamav/freshclam.log:" \
-e "s:^\#\(NotifyClamd\).*:\1 /etc/clamd.conf:" \
-e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
+ -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${D}"/etc/freshclam.conf
if use milter ; then