Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/iptables/files: iptables-1.4.11.init iptables-1.3.2.init
Date: Sun, 04 Dec 2011 10:16:08
Message-Id: 20111204101559.57FA42004B@flycatcher.gentoo.org
1 swegener 11/12/04 10:15:59
2
3 Modified: iptables-1.4.11.init iptables-1.3.2.init
4 Log:
5 split opts to extra_commands
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-firewall/iptables/files/iptables-1.4.11.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init?r1=1.1&r2=1.2
15
16 Index: iptables-1.4.11.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- iptables-1.4.11.init 16 Jun 2011 12:53:26 -0000 1.1
23 +++ iptables-1.4.11.init 4 Dec 2011 10:15:59 -0000 1.2
24 @@ -1,9 +1,10 @@
25 #!/sbin/runscript
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 -opts="save reload panic"
32 +extra_commands="save panic"
33 +extra_started_commands="reload"
34
35 iptables_name=${SVCNAME}
36 if [ "${iptables_name}" != "iptables" -a "${iptables_name}" != "ip6tables" ] ; then
37
38
39
40 1.7 net-firewall/iptables/files/iptables-1.3.2.init
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init?r1=1.6&r2=1.7
45
46 Index: iptables-1.3.2.init
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.3.2.init,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- iptables-1.3.2.init 12 Mar 2007 21:49:04 -0000 1.6
53 +++ iptables-1.3.2.init 4 Dec 2011 10:15:59 -0000 1.7
54 @@ -1,9 +1,10 @@
55 #!/sbin/runscript
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $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 $
60 +# $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 $
61
62 -opts="save reload panic"
63 +extra_commands="save panic"
64 +extra_started_commands="reload"
65
66 iptables_name=${SVCNAME}
67 if [ "${iptables_name}" != "iptables" -a "${iptables_name}" != "ip6tables" ] ; then