From 81f05ada5a529c7ea67d4e89d713a048255e751e Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 6 Nov 2018 22:24:19 -0500 Subject: main/ferm: add check, documentation, openrc - 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`). --- main/ferm/ferm.confd | 1 + 1 file changed, 1 insertion(+) create mode 100644 main/ferm/ferm.confd (limited to 'main/ferm/ferm.confd') diff --git a/main/ferm/ferm.confd b/main/ferm/ferm.confd new file mode 100644 index 0000000000..2a4037d25c --- /dev/null +++ b/main/ferm/ferm.confd @@ -0,0 +1 @@ +inputfile=/etc/ferm/ferm.conf -- cgit v1.2.3