From d3cb743f76f038d090b69cfc3bfed2414c527b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Thu, 21 Mar 2019 21:56:14 +0100 Subject: [PATCH] MINIFW_FILE for Debian Lenny --- evocheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/evocheck.sh b/evocheck.sh index ec814ac..8d47090 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -214,6 +214,7 @@ is_openbsd() { test -n "${OPENBSD_RELEASE}" } +is_debian_lenny && MINIFW_FILE=/etc/firewall.rc is_debian_squeeze && MINIFW_FILE=/etc/firewall.rc is_debian_wheezy && MINIFW_FILE=/etc/firewall.rc is_debian_jessie && MINIFW_FILE=/etc/default/minifirewall