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_tcpwrappers')
-rw-r--r--include/tests_tcpwrappers4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_tcpwrappers b/include/tests_tcpwrappers
index 949adbf0..282724c0 100644
--- a/include/tests_tcpwrappers
+++ b/include/tests_tcpwrappers
@@ -30,9 +30,9 @@
# Description : Basic nameserver configuration tests (connectivity)
# Register --test-no TCPW-xxxx --weight L --network YES --description "Basic nameserver configuration tests"
# if [ ${SKIPTEST} -eq 0 ]; then
-# Display --indent 2 --text "- Checking configured nameservers..."
+# Display --indent 2 --text "- Checking configured nameservers"
# logtext "Test: Checking /etc/resolv.conf file"
-# Display --indent 8 --text "Nameserver: ${I}..." --result OK --color GREEN
+# Display --indent 8 --text "Nameserver: ${I}" --result OK --color GREEN
# ReportSuggestion ${TEST_NO} "Check connection to this nameserver and make sure no outbound DNS queries are blocked (port 53 UDP and TCP)."
# ReportWarning ${TEST_NO} "L" "Nameserver ${I} does not respond"
# fi