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

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