summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-11 15:09:45 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-11 15:09:45 +0100
commite9c0eec3287439c7c79e695db783ccd965b5276d (patch)
tree664f7f463afe537788c04a1a8cc0e470f0a8a86f /lib
parent9bd454b43b01fe3d2f3160b68f0e889a8641e427 (diff)
downloadabrt-e9c0eec3287439c7c79e695db783ccd965b5276d.tar.gz
abrt-e9c0eec3287439c7c79e695db783ccd965b5276d.tar.xz
abrt-e9c0eec3287439c7c79e695db783ccd965b5276d.zip
updated conf file, now it has associations between lan/app plugins and reporter plugins
Diffstat (limited to 'lib')
-rw-r--r--lib/MiddleWare/CrashCatcher.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/MiddleWare/CrashCatcher.conf b/lib/MiddleWare/CrashCatcher.conf
index c4c2c17a..e865ebec 100644
--- a/lib/MiddleWare/CrashCatcher.conf
+++ b/lib/MiddleWare/CrashCatcher.conf
@@ -1,4 +1,9 @@
# test conf file. it will be generated in the future
+# blacklisted packages
BlackList = bash, bind, apache2
-EnabledPlugins = SQLite3, CCpp
+# enabled plugins
+EnabledPlugins = SQLite3, CCpp, Mailx
+# selected DB plugin
Database = SQLite3
+# reporters association
+CCpp = Mailx \ No newline at end of file