diff options
Diffstat (limited to 'net-firewall/firehol/firehol-1.256-r1.ebuild')
-rw-r--r-- | net-firewall/firehol/firehol-1.256-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/firehol/firehol-1.256-r1.ebuild b/net-firewall/firehol/firehol-1.256-r1.ebuild index 0c45e707b9eb..ec6a640cd355 100644 --- a/net-firewall/firehol/firehol-1.256-r1.ebuild +++ b/net-firewall/firehol/firehol-1.256-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.256-r1.ebuild,v 1.1 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.256-r1.ebuild,v 1.2 2007/11/06 10:22:03 centic Exp $ inherit eutils linux-info @@ -61,7 +61,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -71,7 +71,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { |