prelude-correlator/master: Read plugin configuration from prelude-correlator.conf
[email protected] Thu, 18 Jun 2009 15:33:16 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 0cc9a6c8ccbd4891454e84d1240fe6773528c88b Author: Yoann Vandoorselaere <[email protected]> Date: Thu Jun 18 12:51:49 2009 +0200 Read plugin configuration from prelude-correlator.conf ======================================== PreludeCorrelator/pluginmanager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================== diff --git a/PreludeCorrelator/pluginmanager.py b/PreludeCorrelator/pluginmanager.py index d2e706b..a476497 100644 --- a/PreludeCorrelator/pluginmanager.py +++ b/PreludeCorrelator/pluginmanager.py @@ -23,7 +23,7 @@ from PreludeCorrelator import siteconfig config = ConfigParser.ConfigParser() -config.read(siteconfig.conf_dir + '/plugins.conf') +config.read(siteconfig.conf_dir + '/prelude-correlator.conf') ENTRYPOINT = 'PreludeCorrelator.plugins' _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog