diff options
author | 2007-11-06 10:22:03 +0000 | |
---|---|---|
committer | 2007-11-06 10:22:03 +0000 | |
commit | 4db911c0413c83fce9358bbf2079694c1610164b (patch) | |
tree | 74489d54405be0b8d11351e061a2d8105c068353 /net-firewall/firehol/firehol-1.250-r2.ebuild | |
parent | Version bump, remove old (diff) | |
download | historical-4db911c0413c83fce9358bbf2079694c1610164b.tar.gz historical-4db911c0413c83fce9358bbf2079694c1610164b.tar.bz2 historical-4db911c0413c83fce9358bbf2079694c1610164b.zip |
Bug 198217: fix mistake in quoting.
Package-Manager: portage-2.1.3.15
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() { |