diff options
Diffstat (limited to 'net-analyzer/mwcollect/mwcollect-2.1.2.ebuild')
-rw-r--r-- | net-analyzer/mwcollect/mwcollect-2.1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild b/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild index 6ffa02cf3dfe..fefbece781b9 100644 --- a/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild +++ b/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild,v 1.1 2005/09/23 03:35:07 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mwcollect/mwcollect-2.1.2.ebuild,v 1.2 2007/04/28 17:40:20 swegener Exp $ DESCRIPTION="mwcollect collects worms and other autonomous spreading malware" HOMEPAGE="http://www.mwcollect.org/" @@ -45,6 +45,5 @@ src_install() { dodoc README* newinitd ${FILESDIR}/initd mwcollectd - insinto /etc/conf.d - newins ${FILESDIR}/confd mwcollectd + newconfd ${FILESDIR}/confd mwcollectd } |