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:
authorStéphane <steph78630@gmail.com>2020-12-16 03:07:27 +0300
committerGitHub <noreply@github.com>2020-12-16 03:07:27 +0300
commit4cf966018506fb3359dd4f5c0524623ccf86b9bf (patch)
tree564f92c771dd3373ffb5ac9ee4cb0c6ea6cbae20 /include/tests_logging
parent701be9852bae4f64adf7b94f874956ffe1fffb54 (diff)
Adding and improvement translated strings
Diffstat (limited to 'include/tests_logging')
-rw-r--r--include/tests_logging4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_logging b/include/tests_logging
index b6110263..bb3fa310 100644
--- a/include/tests_logging
+++ b/include/tests_logging
@@ -423,7 +423,7 @@
LogText "Result: no remote logging found"
ReportSuggestion "${TEST_NO}" "Enable logging to an external logging host for archiving purposes and additional protection"
AddHP 1 3
- Display --indent 2 --text "- Checking remote logging" --result "NOT ENABLED" --color YELLOW
+ Display --indent 2 --text "- Checking remote logging" --result "${STATUS_NOT_ENABLED}" --color YELLOW
else
Report "remote_syslog_configured=1"
AddHP 5 5
@@ -550,7 +550,7 @@
LogText "Found deleted file: ${I}"
Report "deleted_file[]=${I}"
done
- Display --indent 2 --text "- Checking deleted files in use" --result "FILES FOUND" --color YELLOW
+ Display --indent 2 --text "- Checking deleted files in use" --result "${STATUS_FILES_FOUND}" --color YELLOW
ReportSuggestion "${TEST_NO}" "Check what deleted files are still in use and why."
else
LogText "Result: no deleted files found"