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