summaryrefslogtreecommitdiff
path: root/pcr/openrc-net/ip6tables-1.4.13.confd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-28 20:17:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-28 20:17:06 -0500
commitda0dc67b72e2c1a374260ea6ef5aa3f0f805d90d (patch)
tree2031108a0d219971eb727147cb8fb0f1d25d224c /pcr/openrc-net/ip6tables-1.4.13.confd
parenteb4e57cc227ab64d26950a0817ecd8f6c192058a (diff)
openrc-net-20150828-1: updating version
Diffstat (limited to 'pcr/openrc-net/ip6tables-1.4.13.confd')
-rw-r--r--pcr/openrc-net/ip6tables-1.4.13.confd19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/openrc-net/ip6tables-1.4.13.confd b/pcr/openrc-net/ip6tables-1.4.13.confd
deleted file mode 100644
index 3bb36989d..000000000
--- a/pcr/openrc-net/ip6tables-1.4.13.confd
+++ /dev/null
@@ -1,19 +0,0 @@
-# /etc/conf.d/ip6tables
-
-# Location in which iptables initscript will save set rules on
-# service shutdown
-IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
-
-# Options to pass to iptables-save and iptables-restore
-SAVE_RESTORE_OPTIONS="-c"
-
-# Save state on stopping iptables
-SAVE_ON_STOP="yes"
-
-# If you need to log iptables messages as soon as iptables starts,
-# AND your logger does NOT depend on the network, then you may wish
-# to uncomment the next line.
-# If your logger depends on the network, and you uncomment this line
-# you will create an unresolvable circular dependency during startup.
-# After commenting or uncommenting this line, you must run 'rc-update -u'.
-#rc_use="logger"