diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-18 21:32:20 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-18 21:32:20 +0000 |
commit | 4990499d97d9499d763fbeef3009c580e360a681 (patch) | |
tree | cdfa620902e8e98ca82643c473746eec22c2a3d4 /net-firewall | |
parent | masking elfutils (diff) | |
download | gentoo-2-4990499d97d9499d763fbeef3009c580e360a681.tar.gz gentoo-2-4990499d97d9499d763fbeef3009c580e360a681.tar.bz2 gentoo-2-4990499d97d9499d763fbeef3009c580e360a681.zip |
cleanup
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-1.4.1a | 1 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.1a.ebuild | 31 |
3 files changed, 0 insertions, 34 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index 6911fa7ff6e9..f73bd914e789 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,6 +1,4 @@ MD5 b909b96ff83d66846e7f21dd7bf6476f ChangeLog 1653 -MD5 d347b1530a26755e808f5c5c0f49c762 shorewall-1.4.1a.ebuild 894 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/files/digest-shorewall-1.4.1a b/net-firewall/shorewall/files/digest-shorewall-1.4.1a deleted file mode 100644 index a6517e70bcf3..000000000000 --- a/net-firewall/shorewall/files/digest-shorewall-1.4.1a +++ /dev/null @@ -1 +0,0 @@ -MD5 b7090f7dbe59294c129a4f66207d08eb shorewall-1.4.1a.tgz 1960416 diff --git a/net-firewall/shorewall/shorewall-1.4.1a.ebuild b/net-firewall/shorewall/shorewall-1.4.1a.ebuild deleted file mode 100644 index 08266ed85944..000000000000 --- a/net-firewall/shorewall/shorewall-1.4.1a.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /home/cvsroot/gentoo-x86/net-misc/shorewall/shorewall-1.4.1a.ebuild - -S=${WORKDIR}/${P} -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" -SLOT="0" -IUSE="" - -DEPEND="virtual/glibc - net-firewall/iptables - sys-apps/iproute" - -RDEPENR=${DEPEND} - -src_install () { - sed -i 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh - dodir /etc/init.d /var/state - PREFIX=${D} ./install.sh /etc/init.d || die - - #exeinto /etc/init.d - #newexe ${FILESDIR}/shorewall shorewall -} -pkg_postinst() { - einfo "Read the documentatition from http://www.shorewall.net" - einfo "and edit the files in /etc/shorewall before starting the firewall" -} |