DESCRIPTION="set of shell scripts to integrate firewalling into gentoo networking" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" RDEPEND="net-firewall/iptables >=sys-apps/baselayout-1.11.11-r3" src_install() { dodir /etc/conf.d /sbin /lib/rcscripts/net.modules.d/ dosbin firewall cp -f ${S}/firewall.example.conf ${D}/etc/conf.d/firewall cp -f ${S}/firewall-module ${D}/lib/rcscripts/net.modules.d/firewall } pkg_postinst() { einfo einfo "Firewall is off by default. To enable, edit /etc/conf.d/firewall" einfo "and set firewall=true" einfo }