rpms/iptables/devel iptables.init,1.20,1.21

Thomas Woerner twoerner at fedoraproject.org
Wed Mar 24 12:19:39 UTC 2010


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15589

Modified Files:
	iptables.init 
Log Message:
- add default values for IPTABLES_STATUS_VERBOSE and IPTABLES_STATUS_LINENUMBERS from /etc/sysconfig/ip*tables-config




Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/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	24 Mar 2010 12:19:38 -0000	1.21
@@ -44,6 +44,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