Added MESSAGE file.

This commit is contained in:
shannonjr 2006-06-06 12:30:02 +00:00
parent e0addc7626
commit 42514c88eb

View file

@ -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
===========================================================================