1 |
commit d7015e1c2e792f9572884f762953f2ff0563048e |
2 |
Author: dmorgan <dmorgan@localhost.(none)> |
3 |
Date: Sun Jun 19 16:35:52 2011 +0200 |
4 |
|
5 |
disable nspluginwrapper-i386 (Mdv bug #59237) |
6 |
|
7 |
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf |
8 |
index 85416a1..07dcab4 100644 |
9 |
--- a/src/daemon/abrt.conf |
10 |
+++ b/src/daemon/abrt.conf |
11 |
@@ -7,7 +7,7 @@ OpenGPGCheck = no |
12 |
|
13 |
# Blacklisted packages |
14 |
# |
15 |
-BlackList = nspluginwrapper,valgrind,strace |
16 |
+BlackList = nspluginwrapper,valgrind,strace,nspluginwrapper-i386 |
17 |
|
18 |
# Process crashes in executables which do not belong to any package? |
19 |
# |
20 |
|