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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:24:10 +0300
commitf9b2993f355c84497c24d709ea2c4f955510cbe0 (patch)
treef9a2da4d89483cb95f138b1855c1758a03e00648 /include/tests_logging
parentfc2d9b935ccd66a8c2e76150400b891647fdf4a4 (diff)
Removed unneeded field
Diffstat (limited to 'include/tests_logging')
-rw-r--r--include/tests_logging8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tests_logging b/include/tests_logging
index f941d082..a5f74a74 100644
--- a/include/tests_logging
+++ b/include/tests_logging
@@ -92,7 +92,7 @@
else
LogText "Result: Syslog-NG configuration file seems NOT to be consistent"
Display --indent 6 --text "- Checking Syslog-NG consistency" --result "${STATUS_WARNING}" --color RED
- ReportWarning ${TEST_NO} "L" "Found one or more problems in Syslog-NG configuration file"
+ ReportWarning ${TEST_NO} "Found one or more problems in Syslog-NG configuration file"
ReportSuggestion ${TEST_NO} "Check the Syslog-NG configuration file and/or run a manual consistency check with: syslog-ng -s"
fi
fi
@@ -191,7 +191,7 @@
else
LogText "Result: No klogd found"
Display --indent 4 --text "- Checking klogd" --result "${STATUS_NOT_FOUND}" --color RED
- ReportWarning ${TEST_NO} "L" "klogd is not running, which could lead to missing kernel messages in log files"
+ ReportWarning ${TEST_NO} "klogd is not running, which could lead to missing kernel messages in log files"
fi
else
LogText "Result: test skipped, because other facility is being used to log kernel messages"
@@ -214,7 +214,7 @@
Display --indent 4 --text "- Checking minilogd instances" --result "${STATUS_WARNING}" --color RED
LogText "Result: minilogd found in process list"
# minilogd daemon seems to be running
- ReportWarning ${TEST_NO} "L" "minilogd is running, which should normally not be running"
+ ReportWarning ${TEST_NO} "minilogd is running, which should normally not be running"
fi
fi
#
@@ -327,7 +327,7 @@
else
Display --indent 2 --text "- Checking loghost entry" --result "${STATUS_WARNING}" --color RED
LogText "Result: No loghost entry found"
- ReportWarning ${TEST_NO} "L" "No loghost entry found"
+ ReportWarning ${TEST_NO} "No loghost entry found"
ReportSuggestion ${TEST_NO} "Add a loghost entry to /etc/inet/hosts or other name services"
fi
fi