diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-22 10:21:07 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-22 10:21:07 +0000 |
commit | 135b0acc927d2b7c490259cb1aee1c1a75195a41 (patch) | |
tree | 41e02842c96dfd4c3c4d474bd18a1a4c7aaa6cd3 /net-firewall/shorewall | |
parent | Changed sys-apps/palo to app-text/ipcalc (diff) | |
download | gentoo-2-135b0acc927d2b7c490259cb1aee1c1a75195a41.tar.gz gentoo-2-135b0acc927d2b7c490259cb1aee1c1a75195a41.tar.bz2 gentoo-2-135b0acc927d2b7c490259cb1aee1c1a75195a41.zip |
fixing typo
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r-- | net-firewall/shorewall/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index f9790dc9739b..6911fa7ff6e9 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,6 +1,6 @@ MD5 b909b96ff83d66846e7f21dd7bf6476f ChangeLog 1653 MD5 d347b1530a26755e808f5c5c0f49c762 shorewall-1.4.1a.ebuild 894 -MD5 3c645b40bc113920cd18605247a35524 shorewall-1.4.2.ebuild 880 +MD5 d3d7d1d95ca81411229b63b9640012cc shorewall-1.4.2.ebuild 879 MD5 84488f78e793227b3abb0c86543754dc files/digest-shorewall-1.4.1a 66 MD5 2bb788dc55a65a1daee4a13ca9240fab files/shorewall 433 MD5 5f8cd4aac7756b6a80f752542a791459 files/digest-shorewall-1.4.2 65 diff --git a/net-firewall/shorewall/shorewall-1.4.2.ebuild b/net-firewall/shorewall/shorewall-1.4.2.ebuild index 422c7d6915fd..de30b4819a26 100644 --- a/net-firewall/shorewall/shorewall-1.4.2.ebuild +++ b/net-firewall/shorewall/shorewall-1.4.2.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Full state iptables firewall" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://www.shorewall.net" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" SLOT="0" IUSE="" @@ -19,7 +19,7 @@ RDEPENR=${DEPEND} src_install () { dodir /etc/init.d /var/state - sed -e 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh + sed -i 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh PREFIX=${D} ./install.sh || die exeinto /etc/init.d |