From 042e52c0b9fc5e2cc8c6d6b12d570f5dda35308a Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 5 Sep 2016 11:21:27 +0200 Subject: [PATCH] [FIRE-4520] Remove suggestion --- include/tests_firewalls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/tests_firewalls b/include/tests_firewalls index 50f9431d..157166b0 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -272,8 +272,7 @@ else Display --indent 4 --text "- Checking pf configuration consistency" --result "${STATUS_WARNING}" --color RED LogText "Result: found one or more warnings in the pf filter rules" - ReportWarning ${TEST_NO} "Found one or more warnings in pf configuration file" - ReportSuggestion ${TEST_NO} "Run 'pfctl -n -f /etc/pf.conf -vvv' to see available pf warnings" + ReportWarning ${TEST_NO} "Found one or more warnings in pf configuration file" "/etc/pf.conf" "text:Run 'pfctl -n -f /etc/pf.conf -vvv' to see available pf warnings" fi else LogText "Result: /etc/pf.conf does NOT exist"