diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-06-06 12:30:02 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-06-06 12:30:02 +0000 |
commit | 42514c88eb5fc791df083398a3da459adfdd80f7 (patch) | |
tree | 2725f2ff7bcd17fb26e8ab0785bf2a334027868a /security | |
parent | e0addc76267820e1093e69981ef74d39853a5940 (diff) | |
download | pkgsrc-42514c88eb5fc791df083398a3da459adfdd80f7.tar.gz |
Added MESSAGE file.
Diffstat (limited to 'security')
-rw-r--r-- | security/libpreludedb/MESSAGE | 13 |
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 +=========================================================================== |