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