summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-05-30 20:22:46 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-05-30 20:22:46 +0000
commitc45a0151bccda5162ff49101be0b4a688b6ef7e9 (patch)
tree9eac9bdd04d4454344a078bbcb4f6c49c78cb296 /app-antivirus/clamav
parentStable on sparc (diff)
downloadgentoo-2-c45a0151bccda5162ff49101be0b4a688b6ef7e9.tar.gz
gentoo-2-c45a0151bccda5162ff49101be0b4a688b6ef7e9.tar.bz2
gentoo-2-c45a0151bccda5162ff49101be0b4a688b6ef7e9.zip
START_MILTER defaults to no. 0.85.1 stable on x86.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r--app-antivirus/clamav/ChangeLog7
-rw-r--r--app-antivirus/clamav/clamav-0.85.1-r1.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.85.1.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index c615c073feff..56dc07424d1a 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.69 2005/05/24 02:01:36 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.70 2005/05/30 20:22:46 ticho Exp $
+
+ 30 May 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.85.1.ebuild,
+ clamav-0.85.1-r1.ebuild:
+ Changed default value of START_MILTER to "yes" in conf.d file. 0.85.1 stable
+ on x86.
*clamav-0.85.1-r1 (24 May 2005)
diff --git a/app-antivirus/clamav/clamav-0.85.1-r1.ebuild b/app-antivirus/clamav/clamav-0.85.1-r1.ebuild
index 981799a984c8..09ce4550841a 100644
--- a/app-antivirus/clamav/clamav-0.85.1-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.85.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85.1-r1.ebuild,v 1.1 2005/05/24 02:01:36 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85.1-r1.ebuild,v 1.2 2005/05/30 20:22:46 ticho Exp $
inherit eutils flag-o-matic
@@ -87,7 +87,7 @@ src_install() {
${D}/etc/freshclam.conf
if use milter ; then
- echo "START_MILTER=yes" \
+ echo "START_MILTER=no" \
>> ${D}/etc/conf.d/clamd
echo "MILTER_SOCKET=\"/var/run/clamav/clmilter.sock\"" \
>>${D}/etc/conf.d/clamd
diff --git a/app-antivirus/clamav/clamav-0.85.1.ebuild b/app-antivirus/clamav/clamav-0.85.1.ebuild
index 86c0b455ad83..cee51a70c408 100644
--- a/app-antivirus/clamav/clamav-0.85.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.85.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85.1.ebuild,v 1.2 2005/05/24 02:01:36 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.85.1.ebuild,v 1.3 2005/05/30 20:22:46 ticho Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/clamav/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64 ~ia64"
+KEYWORDS="x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64 ~ia64"
IUSE="crypt milter selinux"
DEPEND="virtual/libc