diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-07-21 20:10:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-07-21 20:10:51 +0000 |
commit | 6df995c39a3f4787138cb221a0190fc884af067d (patch) | |
tree | 085a05c3755b57cbb38202d519219fb39343039f /net-firewall | |
parent | gcc-4 fixes (#99753) (diff) | |
download | gentoo-2-6df995c39a3f4787138cb221a0190fc884af067d.tar.gz gentoo-2-6df995c39a3f4787138cb221a0190fc884af067d.tar.bz2 gentoo-2-6df995c39a3f4787138cb221a0190fc884af067d.zip |
use newinitd for the initscript
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwipsec/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-firewall/fwipsec/ChangeLog b/net-firewall/fwipsec/ChangeLog index 516f68fc3c32..ccd3234164c5 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.4 2005/04/01 15:00:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.5 2005/07/21 20:10:51 seemant Exp $ + + 21 Jul 2005; Seemant Kulleen <seemant@gentoo.org> fwipsec-0.4.2-r1.ebuild: + use newinitd for the initscript 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> fwipsec-0.4.2-r1.ebuild: stable on ia64 diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild index d101d9318550..26a4bf5345a3 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 # 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.2 2005/04/01 15:00:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.3 2005/07/21 20:10:51 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid." @@ -19,8 +19,7 @@ DEPEND="virtual/linux-sources src_install() { exeinto /etc/fwipsec doexe fwipsec.* - exeinto /etc/init.d - doexe fwipsec + newinitd fwipsec dodoc LICENSE DOCS/README* doman DOCS/*.5 |