diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-11-04 18:23:22 +0100 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-11-04 18:23:22 +0100 |
commit | e5c91fca2a55a6a37273f474a32c0d82650680a1 (patch) | |
tree | 0e7d0863861d324fc13da0010ecfdead33d0a9bd /security/ossec-hids-local-config/files/template-sample-agent.xml.in | |
parent | Added furthe help messages and comments. (diff) | |
download | ossec-e5c91fca2a55a6a37273f474a32c0d82650680a1.tar.xz |
Made profiles more coarse grained.
Diffstat (limited to 'security/ossec-hids-local-config/files/template-sample-agent.xml.in')
-rw-r--r-- | security/ossec-hids-local-config/files/template-sample-agent.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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> |