aboutsummaryrefslogtreecommitdiffstats
path: root/main/ferm/ferm.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-091-0/+40
| | | | | | | | | | | - ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).
* Revert "main/ferm: add check, documentation, openrc"Leonardo Arena2018-11-091-40/+0
| | | | This reverts commit 651f6f68959de397bb0de401c03f93cde67fef20.
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-091-0/+40
- ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).