diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-04 19:19:17 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-04 19:19:17 +0000 |
commit | 8f1f174d9a2ce4cfbf163e844066f42477bc38e7 (patch) | |
tree | 4b02512b74010b63d1c03b35f9b3ac5b63c08471 /mail-filter/clamsmtp | |
parent | touchup last comment (diff) | |
download | gentoo-2-8f1f174d9a2ce4cfbf163e844066f42477bc38e7.tar.gz gentoo-2-8f1f174d9a2ce4cfbf163e844066f42477bc38e7.tar.bz2 gentoo-2-8f1f174d9a2ce4cfbf163e844066f42477bc38e7.zip |
Don't create /var/run/clamav to prevent file collision.
(Portage version: 2.0.53)
Diffstat (limited to 'mail-filter/clamsmtp')
-rw-r--r-- | mail-filter/clamsmtp/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.5.ebuild | 5 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.6.ebuild | 5 |
3 files changed, 7 insertions, 9 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog index 29399fa67fd2..cdd1109b02e4 100644 --- a/mail-filter/clamsmtp/ChangeLog +++ b/mail-filter/clamsmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/clamsmtp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.7 2005/11/07 20:09:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.8 2005/12/04 19:19:17 ticho Exp $ + + 04 Dec 2005; Andrej Kacian <ticho@gentoo.org> clamsmtp-1.5.ebuild, + clamsmtp-1.6.ebuild: + Don't create /var/run/clamav to prevent file collision. *clamsmtp-1.6 (07 Nov 2005) diff --git a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild b/mail-filter/clamsmtp/clamsmtp-1.5.ebuild index c25c490a76bd..b7284377c216 100644 --- a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild +++ b/mail-filter/clamsmtp/clamsmtp-1.5.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/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.3 2005/10/03 12:14:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.4 2005/12/04 19:19:17 ticho Exp $ DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software." HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/" @@ -21,9 +21,6 @@ src_install() { newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd insinto /etc newins doc/clamsmtpd.conf clamsmtpd.conf - dodir /var/run/clamav - keepdir /var/run/clamav - fowners clamav:root /var/run/clamav sed -i \ -e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \ diff --git a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild b/mail-filter/clamsmtp/clamsmtp-1.6.ebuild index 6d053a5ce4fd..27faa953044e 100644 --- a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild +++ b/mail-filter/clamsmtp/clamsmtp-1.6.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/mail-filter/clamsmtp/clamsmtp-1.6.ebuild,v 1.1 2005/11/07 20:09:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.6.ebuild,v 1.2 2005/12/04 19:19:17 ticho Exp $ DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software." HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/" @@ -21,9 +21,6 @@ src_install() { newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd insinto /etc newins doc/clamsmtpd.conf clamsmtpd.conf - dodir /var/run/clamav - keepdir /var/run/clamav - fowners clamav:root /var/run/clamav sed -i \ -e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \ |