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