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>2016-03-13 17:48:03 +0300
committermboelen <michael@cisofy.com>2016-03-13 17:48:03 +0300
commitdcb7f311fa7b20482635e1323a78729d877baa00 (patch)
tree5f0fc668fd203deaa393782eeac9fb4fc92480f2
parentcf553b543ceccec8d0454c9a3115d6b50508f70d (diff)
Changed text and links
-rw-r--r--include/tests_databases10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/tests_databases b/include/tests_databases
index 16dae170..29abb029 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -5,8 +5,12 @@
# Lynis
# ------------------
#
-# Copyright 2007-2016, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2013, Michael Boelen
+# Copyright 2013-2016, CISOfy
+#
+# Website : https://cisofy.com
+# Blog : http://linux-audit.com
+# GitHub : https://github.com/CISOfy/lynis
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -75,7 +79,7 @@
if [ "${FIND}" = "0" ]; then
LogText "Result: Login succeeded, no MySQL root password set!"
ReportWarning ${TEST_NO} "H" "No MySQL root password set"
- ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password (mysqladmin -u root -p password MYPASSWORD)"
+ ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password"
Display --indent 4 --text "- Checking empty MySQL root password" --result WARNING --color RED
AddHP 0 5
else