From c7b8b59c770776c6979848cc35e11d147075bdda Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Tue, 2 Apr 2019 15:10:03 -0400 Subject: [PATCH] Adds explanation for IS_ALERT5MINIFW --- evocheck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evocheck.sh b/evocheck.sh index 4506260..4b9e351 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -310,6 +310,9 @@ if [ -e /etc/debian_version ]; then if [ "$IS_ALERT5MINIFW" = 1 ]; then grep -q ^/etc/init.d/minifirewall /etc/rc2.d/S*alert5 || failed "IS_ALERT5MINIFW" + if [ "$VERBOSE" = 1 ]; then + echo "/etc/init.d/alert5 should boot /etc/init.d/minifirewall" + fi fi if [ "$IS_ALERT5MINIFW" = 1 ] && [ "$IS_MINIFW" = 1 ]; then