summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/libpreludedb/MESSAGE13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libpreludedb/MESSAGE b/security/libpreludedb/MESSAGE
new file mode 100644
index 00000000000..7e1de0fb60a
--- /dev/null
+++ b/security/libpreludedb/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2006/06/06 12:30:02 shannonjr Exp $
+Instructions for setting database creation may be found in the prelude
+handbook:
+
+https://trac.prelude-ids.org/wiki/InstallingLibpreludedb
+
+Deletion of database entries can be quite slow unless some additional
+indices are created. The additional indices can be created by entering:
+
+mysql -u prelude prelude -p \
+ < ${PREFIX}/share/libpreludedb/classic/addIndices.sql
+===========================================================================