summaryrefslogtreecommitdiffstats
path: root/system/ossec-server/README
diff options
context:
space:
mode:
author Mario Preksavec2020-03-13 00:51:42 +0100
committer Willy Sudiarto Raharjo2020-03-14 02:46:19 +0100
commitb08ae04f38fd92752a5c94eae9e0722d193fbe79 (patch)
tree565bfca36c01a470fc3e328efd196c7b63b010cb /system/ossec-server/README
parenta4db5324e6e61e62e61a7ba414a4bee5865484d9 (diff)
downloadslackbuilds-b08ae04f38fd92752a5c94eae9e0722d193fbe79.tar.gz
system/ossec-server: Updated for version 3.6.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/ossec-server/README')
-rw-r--r--system/ossec-server/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/ossec-server/README b/system/ossec-server/README
index f973332031..119ee06264 100644
--- a/system/ossec-server/README
+++ b/system/ossec-server/README
@@ -2,4 +2,13 @@ OSSEC is an Open Source Host-based Intrusion Detection System that performs log
analysis, file integrity checking, policy monitoring, rootkit detection,
real-time alerting and active response.
+The following build options are available:
+
+ GEOIP=yes Enable GeoIP support (requires GeoIP)
+ INOTIFY=yes Enable inotify for monitoring filesystem events
+
+Example of enabling the GeoIP and inotify support:
+
+ GEOIP=yes INOTIFY=yes ./ossec-server.SlackBuild
+
See README.SLACKWARE for installation instructions.