This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
abrt-addon-python3/0034-turn-off-Autoreporting.patch
Matej Habrnal 69165ba9cc Introduce abrt-addon-python3 package
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
2017-07-04 09:22:28 +02:00

28 lines
808 B
Diff

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