summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/ossec-hids-local-config/files')
-rw-r--r--security/ossec-hids-local-config/files/template-logs-basic.xml.in (renamed from security/ossec-hids-local-config/files/template-logs-system.xml.in)4
-rw-r--r--security/ossec-hids-local-config/files/template-logs-ossec.xml.in (renamed from security/ossec-hids-local-config/files/template-logs-response.xml.in)4
-rw-r--r--security/ossec-hids-local-config/files/template-sample-agent.xml.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/security/ossec-hids-local-config/files/template-logs-system.xml.in b/security/ossec-hids-local-config/files/template-logs-basic.xml.in
index eee09aa..bb0c10a 100644
--- a/security/ossec-hids-local-config/files/template-logs-system.xml.in
+++ b/security/ossec-hids-local-config/files/template-logs-basic.xml.in
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<template_config os="FreeBSD" profile="%%LOGS_SYSTEM_PROFILE%%">
+<template_config os="FreeBSD" profile="%%LOGS_BASIC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
@@ -33,7 +33,7 @@
</template_config>
-<template_config os="Linux" profile="%%LOGS_SYSTEM_PROFILE%%">
+<template_config os="Linux" profile="%%LOGS_BASIC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
diff --git a/security/ossec-hids-local-config/files/template-logs-response.xml.in b/security/ossec-hids-local-config/files/template-logs-ossec.xml.in
index 17828ea..e284af8 100644
--- a/security/ossec-hids-local-config/files/template-logs-response.xml.in
+++ b/security/ossec-hids-local-config/files/template-logs-ossec.xml.in
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<template_config os="FreeBSD" profile="%%LOGS_RESPONSE_PROFILE%%">
+<template_config os="FreeBSD" profile="%%LOGS_OSSEC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
@@ -8,7 +8,7 @@
</template_config>
-<template_config os="Linux" profile="%%LOGS_RESPONSE_PROFILE%%">
+<template_config os="Linux" profile="%%LOGS_OSSEC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
diff --git a/security/ossec-hids-local-config/files/template-sample-agent.xml.in b/security/ossec-hids-local-config/files/template-sample-agent.xml.in
index 8a2fa7b..099a6d3 100644
--- a/security/ossec-hids-local-config/files/template-sample-agent.xml.in
+++ b/security/ossec-hids-local-config/files/template-sample-agent.xml.in
@@ -8,7 +8,7 @@
<!-- <server-hostname>example.com</server-hostname> -->
<!-- Specifies the agent.conf profiles to be used by the agent. Multiple profiles can be included, separated by a comma and a space. -->
- <!-- <config-profile>%%CLIENT_PROFILES%%</config-profile> -->
+ <!-- <config-profile>%%CONFIG_PROFILES%%</config-profile> -->
</client>
</template_config>