Added iptables-1.4.7 build template.

--HG--
extra : convert_revision : 0dec638dfbf3583a0fb60e29c5ec475a5a724fd2
This commit is contained in:
Juan RP 2010-04-13 01:15:32 +02:00
parent ec6d3f3f71
commit 4bc904a3ca
10 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# /etc/conf.d/iptables
# Location in which iptables initscript will save set rules on
# service shutdown
IPTABLES_SAVE="/var/lib/iptables/rules-save"
# Options to pass to iptables-save and iptables-restore
SAVE_RESTORE_OPTIONS="-c"
# Save state on stopping iptables
SAVE_ON_STOP="yes"