Blame SOURCES/0034-turn-off-Autoreporting.patch

a60cd7
From ff8acb9bb35ebcc0fc2541e245989afccc860671 Mon Sep 17 00:00:00 2001
a60cd7
From: Jakub Filak <jfilak@redhat.com>
a60cd7
Date: Mon, 10 Feb 2014 16:05:13 +0100
a60cd7
Subject: [ABRT PATCH 34/34] turn off Autoreporting
a60cd7
a60cd7
Closes rhbz#1051480
a60cd7
a60cd7
Signed-off-by: Jakub Filak <jfilak@redhat.com>
a60cd7
---
a60cd7
 src/daemon/abrt.conf | 2 +-
a60cd7
 1 file changed, 1 insertion(+), 1 deletion(-)
a60cd7
a60cd7
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
a60cd7
index 403b93d..59d1831 100644
a60cd7
--- a/src/daemon/abrt.conf
a60cd7
+++ b/src/daemon/abrt.conf
a60cd7
@@ -34,7 +34,7 @@ AutoreportingEvent = report_uReport
a60cd7
 
a60cd7
 # Enables automatic running of the event configured in AutoreportingEvent option.
a60cd7
 #
a60cd7
-AutoreportingEnabled = yes
a60cd7
+AutoreportingEnabled = no
a60cd7
 
a60cd7
 # Enables shortened GUI reporting where the reporting is interrupted after
a60cd7
 # AutoreportingEvent is done.
a60cd7
-- 
a60cd7
1.8.3.1
a60cd7