From c4237ad89479873c40612bf0b4c417e24a6981cf Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Fri, 16 Nov 2018 10:13:01 +0100 Subject: [PATCH] ossec-init.conf must not be included As soon as it is updated, this file will show the old version. --- wazuh/config/data_dirs.env | 1 - 1 file changed, 1 deletion(-) diff --git a/wazuh/config/data_dirs.env b/wazuh/config/data_dirs.env index 8459258c..2b92d352 100644 --- a/wazuh/config/data_dirs.env +++ b/wazuh/config/data_dirs.env @@ -6,7 +6,6 @@ DATA_DIRS[((i++))]="etc/lists" DATA_DIRS[((i++))]="etc/local_internal_options.conf" DATA_DIRS[((i++))]="etc/localtime" DATA_DIRS[((i++))]="etc/ossec.conf" -DATA_DIRS[((i++))]="etc/ossec-init.conf" DATA_DIRS[((i++))]="etc/rootcheck" DATA_DIRS[((i++))]="etc/rules" DATA_DIRS[((i++))]="etc/shared"