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:
authormboelen <michael@cisofy.com>2014-09-19 04:02:22 +0400
committermboelen <michael@cisofy.com>2014-09-19 04:02:22 +0400
commit2530256d855f1230be6bb2dad09478d413c3c21f (patch)
tree5c89c5de2be2f23c0890b324513f839073f3dd2a /include/tests_authentication
parentfb52ee923924fdf23f391c63467d91015b58a865 (diff)
Small textual replacements for logging purposes
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 7f74e6dc..b96d0284 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -62,7 +62,7 @@
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: ${USER_PASSWD_DOUBLEUID_AUDIT_TITLE}"
logtext "Description: ${USER_PASSWD_DOUBLEUID_AUDIT_DESCRIPTION}"
- logtext "Action: Checking for non-unique accounts"
+ logtext "Test: Checking for non-unique accounts"
if [ "${OS}" = "DragonFly" -o "${OS}" = "FreeBSD" -o "${OS}" = "NetBSD" ]; then
PASSWD_FILE="/etc/master.passwd"
else