diff options
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwipsec/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/fwipsec/ChangeLog b/net-firewall/fwipsec/ChangeLog index 07ec80ae45a5..195ebe4a90ec 100644 --- a/net-firewall/fwipsec/ChangeLog +++ b/net-firewall/fwipsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/fwipsec -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.6 2005/09/15 22:58:12 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.7 2006/05/15 15:07:10 seemant Exp $ + + 15 May 2006; Seemant Kulleen <seemant@gentoo.org> fwipsec-0.4.2-r1.ebuild: + not, newinitd but doinitd, thanks to Mizipzor in #gentoo 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> fwipsec-0.4.2-r1.ebuild: Mark 0.4.2-r1 stable on alpha diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild index 26df8b254852..7d338459763e 100644 --- a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild +++ b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.4 2005/09/15 22:58:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.5 2006/05/15 15:07:10 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid." @@ -19,7 +19,7 @@ DEPEND="virtual/linux-sources src_install() { exeinto /etc/fwipsec doexe fwipsec.* - newinitd fwipsec + doinitd fwipsec dodoc LICENSE DOCS/README* doman DOCS/*.5 |