rpms/iptables/F-13 iptables.init,1.20,1.21

Thomas Woerner twoerner at fedoraproject.org
Thu Apr 8 10:26:05 UTC 2010


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10344

Modified Files:
	iptables.init 
Log Message:
- new init script for 1.4.7-2



Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/F-13/iptables.init,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- iptables.init	11 Feb 2008 13:56:53 -0000	1.20
+++ iptables.init	8 Apr 2010 10:26:05 -0000	1.21
@@ -10,7 +10,9 @@
 #
 ### BEGIN INIT INFO
 # Provides: iptables
-# Default-Start:  2 3 4 5
+# Required-Start:
+# Required-Stop:
+# Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: start and stop iptables firewall
 # Description: Start, stop and save iptables firewall
@@ -44,6 +46,8 @@ IPTABLES_SAVE_ON_STOP="no"
 IPTABLES_SAVE_ON_RESTART="no"
 IPTABLES_SAVE_COUNTER="no"
 IPTABLES_STATUS_NUMERIC="yes"
+IPTABLES_STATUS_VERBOSE="no"
+IPTABLES_STATUS_LINENUMBERS="yes"
 
 # Load firewall configuration.
 [ -f "$IPTABLES_CONFIG" ] && . "$IPTABLES_CONFIG"



More information about the scm-commits mailing list