Blame SOURCES/turn-sosreport-off.patch

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