summaryrefslogtreecommitdiffstats
path: root/testing/ebtables/ebtables.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
commit86a50b685417b3d869f73e4fe3efd33f97815067 (patch)
tree93841fe8c2faf5a74827f7efc6105ae62f586a51 /testing/ebtables/ebtables.confd
parent303a1752db03336f2e1680889694530a0ac14cb5 (diff)
downloadaports-86a50b685417b3d869f73e4fe3efd33f97815067.tar.bz2
aports-86a50b685417b3d869f73e4fe3efd33f97815067.tar.xz
testing/ebtables: removed from stable branch
Diffstat (limited to 'testing/ebtables/ebtables.confd')
-rw-r--r--testing/ebtables/ebtables.confd15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/ebtables/ebtables.confd b/testing/ebtables/ebtables.confd
deleted file mode 100644
index db46ffb5..00000000
--- a/testing/ebtables/ebtables.confd
+++ /dev/null
@@ -1,15 +0,0 @@
-# /etc/conf.d/ebtables
-
-# Location in which ebtables initscript will save set rules on
-# service shutdown
-EBTABLES_SAVE="/var/lib/ebtables/rules-save"
-
-# Options to pass to ebtables-save and ebtables-restore
-SAVE_RESTORE_OPTIONS=""
-
-# Save state on stopping ebtables
-SAVE_ON_STOP="yes"
-
-# Tables to be saved and restored. If you have built ebtables as modules, you
-# may leave it blank. Otherwise, you MUST define which to control.
-TABLE_NAMES="filter nat broute"