mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Preparing for upcoming release
This commit is contained in:
parent
36c9f435f7
commit
8fccb0e35a
8
lynis
8
lynis
@ -20,8 +20,8 @@
|
|||||||
#
|
#
|
||||||
# Program information
|
# Program information
|
||||||
PROGRAM_name="Lynis"
|
PROGRAM_name="Lynis"
|
||||||
PROGRAM_version="1.6.4"
|
PROGRAM_version="1.6.5"
|
||||||
PROGRAM_releasedate="4 November 2014"
|
PROGRAM_releasedate="29 November 2014"
|
||||||
PROGRAM_author="CISOfy & Michael Boelen"
|
PROGRAM_author="CISOfy & Michael Boelen"
|
||||||
PROGRAM_author_contact="michael.boelen@cisofy.com"
|
PROGRAM_author_contact="michael.boelen@cisofy.com"
|
||||||
PROGRAM_website="http://cisofy.com"
|
PROGRAM_website="http://cisofy.com"
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
|
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
|
||||||
# Release version (beta or final)
|
# Release version (beta or final)
|
||||||
PROGRAM_releasetype="final"
|
PROGRAM_releasetype="beta"
|
||||||
# Version number of report files (when format changes in future)
|
# Version number of report files (when format changes in future)
|
||||||
REPORT_version_major="1"; REPORT_version_minor="0"
|
REPORT_version_major="1"; REPORT_version_minor="0"
|
||||||
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
|
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
|
||||||
@ -624,7 +624,7 @@
|
|||||||
N_PLUGIN_ENABLED=0
|
N_PLUGIN_ENABLED=0
|
||||||
|
|
||||||
# Search plugins
|
# 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
|
for I in ${FIND}; do
|
||||||
logtext "Found plugin file: ${I}"
|
logtext "Found plugin file: ${I}"
|
||||||
# Double check if output is a valid file name
|
# Double check if output is a valid file name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user