diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-29 08:33:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-29 08:43:43 +0000 |
commit | c7e9784ab459db0cad070b3bc80d4b093db14b50 (patch) | |
tree | ffb19daee4c160ef1effa4eee68d21bde46bbd08 /testing/ebtables/ebtables.confd | |
parent | cd1952c78af134fcbbe24c53c966c2b762c29936 (diff) | |
download | aports-c7e9784ab459db0cad070b3bc80d4b093db14b50.tar.bz2 aports-c7e9784ab459db0cad070b3bc80d4b093db14b50.tar.xz |
testing/ebtables: install docs and bins in proper places
also add gentoo's init.d/conf.d scripts
Diffstat (limited to 'testing/ebtables/ebtables.confd')
-rw-r--r-- | testing/ebtables/ebtables.confd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/ebtables/ebtables.confd b/testing/ebtables/ebtables.confd new file mode 100644 index 000000000..db46ffb58 --- /dev/null +++ b/testing/ebtables/ebtables.confd @@ -0,0 +1,15 @@ +# /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" |