Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests_solaris')
-rw-r--r--include/tests_solaris8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tests_solaris b/include/tests_solaris
index 1a38bfb3..96c23899 100644
--- a/include/tests_solaris
+++ b/include/tests_solaris
@@ -36,10 +36,10 @@
# if [ ! "${FIND}" = "" ]; then
# SSH_DAEMON_RUNNING=1
# LogText "Result: Stop-A is disabled"
-# Display --indent 2 --text "- Checking running SSH daemon" --result FOUND --color GREEN
+# Display --indent 2 --text "- Checking running SSH daemon" --result "${STATUS_FOUND}" --color GREEN
# else
# LogText "Result: Stop-A is NOT disabled"
-# Display --indent 2 --text "- Checking running SSH daemon" --result "NOT FOUND" --color WHITE
+# Display --indent 2 --text "- Checking running SSH daemon" --result "${STATUS_NOT_FOUND}" --color WHITE
# fi
# fi
#
@@ -55,10 +55,10 @@
# if [ ! "${FIND}" = "" ]; then
# SSH_DAEMON_RUNNING=1
# LogText "Result: Stop-A is disabled"
-# Display --indent 2 --text "- Checking running SSH daemon" --result FOUND --color GREEN
+# Display --indent 2 --text "- Checking running SSH daemon" --result "${STATUS_FOUND}" --color GREEN
# else
# LogText "Result: Stop-A is NOT disabled"
-# Display --indent 2 --text "- Checking running SSH daemon" --result "NOT FOUND" --color WHITE
+# Display --indent 2 --text "- Checking running SSH daemon" --result "${STATUS_NOT_FOUND}" --color WHITE
# fi
# fi