diff options
author | Sven Wegener <swegener@gentoo.org> | 2011-12-04 10:15:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2011-12-04 10:15:59 +0000 |
commit | 9b244db032ce466600f095f888a158d37c55ef6f (patch) | |
tree | 44e8fc55d80d32bba15251b32c627a4b2ddf1e84 /net-firewall | |
parent | reload is extra_started_commands (diff) | |
download | gentoo-2-9b244db032ce466600f095f888a158d37c55ef6f.tar.gz gentoo-2-9b244db032ce466600f095f888a158d37c55ef6f.tar.bz2 gentoo-2-9b244db032ce466600f095f888a158d37c55ef6f.zip |
split opts to extra_commands
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rwxr-xr-x | net-firewall/iptables/files/iptables-1.3.2.init | 7 | ||||
-rw-r--r-- | net-firewall/iptables/files/iptables-1.4.11.init | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 9eb7bc24a94b..4569699a087b 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.255 2011/10/08 18:23:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.256 2011/12/04 10:15:59 swegener Exp $ + + 04 Dec 2011; Sven Wegener <swegener@gentoo.org> files/iptables-1.3.2.init, + files/iptables-1.4.11.init: + split opts to extra_commands 08 Oct 2011; Raúl Porcel <armin76@gentoo.org> iptables-1.4.12.1.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #382367 diff --git a/net-firewall/iptables/files/iptables-1.3.2.init b/net-firewall/iptables/files/iptables-1.3.2.init index e63d8ea9e221..bedb545e7021 100755 --- a/net-firewall/iptables/files/iptables-1.3.2.init +++ b/net-firewall/iptables/files/iptables-1.3.2.init @@ -1,9 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init,v 1.6 2007/03/12 21:49:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init,v 1.7 2011/12/04 10:15:59 swegener Exp $ -opts="save reload panic" +extra_commands="save panic" +extra_started_commands="reload" iptables_name=${SVCNAME} if [ "${iptables_name}" != "iptables" -a "${iptables_name}" != "ip6tables" ] ; then diff --git a/net-firewall/iptables/files/iptables-1.4.11.init b/net-firewall/iptables/files/iptables-1.4.11.init index 16b53ef44143..5c9cbb7df962 100644 --- a/net-firewall/iptables/files/iptables-1.4.11.init +++ b/net-firewall/iptables/files/iptables-1.4.11.init @@ -1,9 +1,10 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.1 2011/06/16 12:53:26 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $ -opts="save reload panic" +extra_commands="save panic" +extra_started_commands="reload" iptables_name=${SVCNAME} if [ "${iptables_name}" != "iptables" -a "${iptables_name}" != "ip6tables" ] ; then |