Blame SOURCES/1000-turn-sosreport-off.patch

4c75fc
From 2b02dc85753e4b11f10bfa2d660aa493ae80c52b Mon Sep 17 00:00:00 2001
4c75fc
From: Jakub Filak <jfilak@redhat.com>
4c75fc
Date: Thu, 20 Nov 2014 11:24:39 +0100
4c75fc
Subject: [PATCH] turn sosreport off
4c75fc
4c75fc
---
4c75fc
 src/daemon/abrt_event.conf | 2 +-
4c75fc
 1 file changed, 1 insertion(+), 1 deletion(-)
4c75fc
4c75fc
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
4c75fc
index 380b312..eafee17 100644
4c75fc
--- a/src/daemon/abrt_event.conf
4c75fc
+++ b/src/daemon/abrt_event.conf
4c75fc
@@ -67,7 +67,7 @@ EVENT=post-create runlevel=
4c75fc
 # Example: if you want to save sosreport immediately at the moment of a crash:
4c75fc
 # (alternatively, you can add similar command to EVENT=analyze_foo's,
4c75fc
 # if you would rather perform this collection later):
4c75fc
-EVENT=post-create
4c75fc
+#EVENT=post-create
4c75fc
         nice sosreport --tmp-dir "$DUMP_DIR" --batch \
4c75fc
                 --only=anaconda --only=boot --only=devicemapper \
4c75fc
                 --only=filesys --only=hardware --only=kernel --only=libraries \
4c75fc
-- 
4c75fc
1.8.3.1
4c75fc