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
path: root/lynis
diff options
context:
space:
mode:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis13
1 files changed, 6 insertions, 7 deletions
diff --git a/lynis b/lynis
index c5ceef2f..d9a1cbaf 100755
--- a/lynis
+++ b/lynis
@@ -5,7 +5,7 @@
# Lynis
# ------------------
#
-# Copyright 2007-2014 CISOfy, Michael Boelen, The Netherlands
+# Copyright 2007-2014 CISOfy & Michael Boelen, The Netherlands
# michael.boelen@cisofy.com - http://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
@@ -21,8 +21,8 @@
# Program information
PROGRAM_name="Lynis"
PROGRAM_version="1.6.4"
- PROGRAM_releasedate="27 October 2014"
- PROGRAM_author="CISOfy/Michael Boelen"
+ PROGRAM_releasedate="4 November 2014"
+ PROGRAM_author="CISOfy & Michael Boelen"
PROGRAM_author_contact="michael.boelen@cisofy.com"
PROGRAM_website="http://cisofy.com"
PROGRAM_copyright="Copyright 2007-2014 - ${PROGRAM_author}, ${PROGRAM_website}"
@@ -32,7 +32,7 @@
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
# Release version (beta or final)
- PROGRAM_releasetype="beta"
+ PROGRAM_releasetype="final"
# Version number of report files (when format changes in future)
REPORT_version_major="1"; REPORT_version_minor="0"
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
@@ -607,6 +607,7 @@
SafePerms ${INCLUDEDIR}/binaries
. ${INCLUDEDIR}/binaries
fi
+ logtextbreak
#
#################################################################################
#
@@ -615,7 +616,6 @@
#
#################################################################################
#
-
logtextbreak
InsertPluginSection "Plugins (phase 1)"
logtext "Searching plugins..."
@@ -673,7 +673,6 @@
else
report "plugins_enabled=1"
fi
-
#
#################################################################################
#
@@ -809,4 +808,4 @@
#
#================================================================================
-# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2014, CISOfy & Michael Boelen - http://cisofy.com - The Netherlands