mirror of https://github.com/CISOfy/lynis.git
Preparing for upcoming release
This commit is contained in:
parent
36c9f435f7
commit
8fccb0e35a
8
lynis
8
lynis
|
@ -20,8 +20,8 @@
|
|||
#
|
||||
# Program information
|
||||
PROGRAM_name="Lynis"
|
||||
PROGRAM_version="1.6.4"
|
||||
PROGRAM_releasedate="4 November 2014"
|
||||
PROGRAM_version="1.6.5"
|
||||
PROGRAM_releasedate="29 November 2014"
|
||||
PROGRAM_author="CISOfy & Michael Boelen"
|
||||
PROGRAM_author_contact="michael.boelen@cisofy.com"
|
||||
PROGRAM_website="http://cisofy.com"
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
|
||||
# Release version (beta or final)
|
||||
PROGRAM_releasetype="final"
|
||||
PROGRAM_releasetype="beta"
|
||||
# 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}"
|
||||
|
@ -624,7 +624,7 @@
|
|||
N_PLUGIN_ENABLED=0
|
||||
|
||||
# Search plugins
|
||||
FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \;`
|
||||
FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \; | sort`
|
||||
for I in ${FIND}; do
|
||||
logtext "Found plugin file: ${I}"
|
||||
# Double check if output is a valid file name
|
||||
|
|
Loading…
Reference in New Issue