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:
authormslifcak <slifcan@gmail.com>2017-05-31 16:40:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-05-31 16:40:39 +0300
commit8d2b3a202f06bd7cd8055fbe3d5ef7e547d6bb14 (patch)
treeb8b22dda5f8cdeffe7ae82dae2dac9215f436932 /include/tests_snmp
parent360be2a700166576ab7971bb0cbe3337a7f1a5cb (diff)
A250 2 (#398)
* fix missing ROOTDIR prefix * sort list of services before processing * sort list of certificates before processing * sort list of startup scripts before processing * spell check * remove possessive pronoun
Diffstat (limited to 'include/tests_snmp')
-rw-r--r--include/tests_snmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_snmp b/include/tests_snmp
index 3398efa3..6b5011c3 100644
--- a/include/tests_snmp
+++ b/include/tests_snmp
@@ -65,7 +65,7 @@
LogText "Result: No snmpd configuration found"
Display --indent 4 --text "- Checking SNMP configuration" --result "${STATUS_NOT_FOUND}" --color WHITE
else
- LogText "Restult: using last found configuration file: ${SNMP_DAEMON_CONFIG}"
+ LogText "Result: using last found configuration file: ${SNMP_DAEMON_CONFIG}"
Display --indent 4 --text "- Checking SNMP configuration" --result "${STATUS_FOUND}" --color GREEN
fi
fi