mirror of https://github.com/CISOfy/lynis.git
Merge pull request #787 from katkad/databases
Databases - variables initialization
This commit is contained in:
commit
5a95c4ca51
|
@ -28,6 +28,14 @@
|
|||
sMYCNFLOCS="${ROOTDIR}etc/mysql/my.cnf ${ROOTDIR}usr/etc/my.cnf"
|
||||
REDIS_CONFIGURATION_FILES=""
|
||||
REDIS_CONFIGURATION_FOUND=0
|
||||
|
||||
MYSQL_RUNNING=0
|
||||
DATABASE_ENGINE_RUNNING=0
|
||||
MONGODB_RUNNING=0
|
||||
POSTGRESQL_RUNNING=0
|
||||
ORACLE_RUNNING=0
|
||||
DB2_RUNNING=0
|
||||
REDIS_RUNNING=0
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue