diff options
author | 2007-04-28 17:04:39 +0000 | |
---|---|---|
committer | 2007-04-28 17:04:39 +0000 | |
commit | 7496197eb1c3982e00e81ead3fc3ee2fdd561313 (patch) | |
tree | 3f107eeec39512adda3b192749070751b347ea33 /net-misc/monmotha | |
parent | Version bump, thanks to Serkan. (diff) | |
download | historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.gz historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.tar.bz2 historical-7496197eb1c3982e00e81ead3fc3ee2fdd561313.zip |
Fix *initd, *confd and *envd calls (#17388, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-misc/monmotha')
-rw-r--r-- | net-misc/monmotha/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/monmotha/monmotha-2.3.8.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/monmotha/ChangeLog b/net-misc/monmotha/ChangeLog index 8bbadf27c646..179de6b917d7 100644 --- a/net-misc/monmotha/ChangeLog +++ b/net-misc/monmotha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/monmotha # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/ChangeLog,v 1.7 2007/02/09 08:12:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/ChangeLog,v 1.8 2007/04/28 16:57:51 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> monmotha-2.3.8.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-misc/monmotha/monmotha-2.3.8.ebuild b/net-misc/monmotha/monmotha-2.3.8.ebuild index 5879f20dab0d..4d7af8dc76a6 100644 --- a/net-misc/monmotha/monmotha-2.3.8.ebuild +++ b/net-misc/monmotha/monmotha-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.1 2005/02/10 13:10:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.2 2007/04/28 16:57:51 swegener Exp $ DESCRIPTION="MonMotha IPTables-based firewall script." HOMEPAGE="http://monmotha.mplug.org/firewall/" @@ -22,8 +22,7 @@ src_unpack() { } src_install() { - exeinto /etc/init.d - newexe "${FILESDIR}/monmotha.rc6" monmotha + newinitd "${FILESDIR}/monmotha.rc6" monmotha exeinto /etc/monmotha newexe "${S}/rc.firewall-${PV}" monmotha } |