diff options
Diffstat (limited to 'net-firewall/firehol/firehol-1.250-r2.ebuild')
-rw-r--r-- | net-firewall/firehol/firehol-1.250-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/firehol/firehol-1.250-r2.ebuild b/net-firewall/firehol/firehol-1.250-r2.ebuild index 104698458124..132815f6b77f 100644 --- a/net-firewall/firehol/firehol-1.250-r2.ebuild +++ b/net-firewall/firehol/firehol-1.250-r2.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.250-r2.ebuild,v 1.4 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.5 2007/11/06 10:22:03 centic Exp $ inherit eutils @@ -53,7 +53,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 @@ -63,7 +63,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { |