summaryrefslogtreecommitdiff
path: root/security/libpreludedb/DESCR
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-01-29 15:55:25 +0000
committershannonjr <shannonjr>2006-01-29 15:55:25 +0000
commitb38bf87b17d747f99ee0942ea7169806e08b155f (patch)
treeb1ece44ca10276aa04db0d252a16ef6ba40d5f66 /security/libpreludedb/DESCR
parent14db5d2a7ed8ce7e7842c7b10f3e3f06fdaaafcb (diff)
downloadpkgsrc-b38bf87b17d747f99ee0942ea7169806e08b155f.tar.gz
Prelude is a hybrid IDS consisting of multiple
sensors, managers, and a display console. This is Prelude DB Library. It allow the interface allowing Prelude to use a DBMS for alert storage. While libprelude support a choice of MySQL or postgreSQL, this package uses MySQL because it was nearly an order of magnitude faster during test operation. This is one of several new packages in the Prelude family.
Diffstat (limited to 'security/libpreludedb/DESCR')
-rw-r--r--security/libpreludedb/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/libpreludedb/DESCR b/security/libpreludedb/DESCR
new file mode 100644
index 00000000000..43ee5edbaa3
--- /dev/null
+++ b/security/libpreludedb/DESCR
@@ -0,0 +1,8 @@
+Prelude is a hybrid IDS consisting of multiple
+sensors, managers, and a display console. This
+is Prelude DB Library. It allow the interface
+allowing Prelude to use a DBMS for alert storage.
+While libprelude support a choice of MySQL or
+postgreSQL, this package uses MySQL because it
+was nearly an order of magnitude faster during
+test operation.