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