X-Git-Url: http://git.onelab.eu/?p=iptables.git;a=blobdiff_plain;f=iptables.init;fp=iptables.init;h=7e22bbffe29db343d2f53eb4650315af9f58d3e2;hp=48633feb0f19a2f316c726b789a0f3716f83ca8d;hb=f81615a1b6e71d36b4f49a38c04805cc52a146c2;hpb=38258638166a4aee377b55922610aa57c410e6f9 diff --git a/iptables.init b/iptables.init old mode 100755 new mode 100644 index 48633fe..7e22bbf --- a/iptables.init +++ b/iptables.init @@ -10,14 +10,14 @@ # ### 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 ### END INIT INFO -# from http://fr2.rpmfind.net/linux/fedora/releases/10/Everything/source/SRPMS/iptables-1.4.1.1-2.fc10.src.rpm - # Source function library. . /etc/init.d/functions @@ -46,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"