From ea9c40a36cf1bba7faa43363a9dbb0887af93bf5 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 25 Apr 2016 20:48:21 +0200 Subject: [PATCH] Changed text to avoid showing up as a suggestion --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index b1370964..b833ae79 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -551,7 +551,7 @@ Report "boot_service[]=${I}" N=`expr ${N} + 1` done - LogText "Suggestion: Run chkconfig --list to see all services and disable unneeded services" + LogText "Hint: Run chkconfig --list to see all services and disable unneeded services" Display --indent 2 --text "- Check services at startup (chkconfig)" --result "DONE" --color GREEN Display --indent 8 --text "Result: found $N services" LogText "Result: Found $N services at startup"