From 413258fbd4142c8e3213ae03a9710ff6d5790593 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 29 Oct 2009 17:12:23 +0100 Subject: blacklisted nspluginwrapper, because it causes too many useless reports - nspluginwrapper tends to crash a lot with closed source plugins (like flash) and there is nothing developers can do about it, so it's just filling BZ with useless reports --- src/Daemon/abrt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon') diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 1fe6123..a02cef4 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -8,7 +8,7 @@ OpenGPGCheck = no # GPG keys OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora # blacklisted packages -BlackList = +BlackList = nspluginwrapper # enabled plugins # there has to be exactly one database plugin EnabledPlugins = SQLite3, CCpp, Logger, Kerneloops, KerneloopsScanner, KerneloopsReporter, Bugzilla, Python -- cgit