From 098324df56d2cb27ea90174a11b5aeb5a110b86a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 2 Nov 2010 13:29:36 +0100 Subject: remove AutoReportUIDs support abrt_action.conf provides a way to configure that behaviour. This change adds a commented-out example how to do it for kerneloops. Signed-off-by: Denys Vlasenko --- lib/plugins/Kerneloops.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/plugins/Kerneloops.conf') diff --git a/lib/plugins/Kerneloops.conf b/lib/plugins/Kerneloops.conf index 77fca513..67ad07b9 100644 --- a/lib/plugins/Kerneloops.conf +++ b/lib/plugins/Kerneloops.conf @@ -4,12 +4,6 @@ Enabled = yes # Set to "yes" for compatibility with kerneloops.org tool. InformAllUsers = yes -# Automatically perform reporting. -# With default abrt.conf, it invokes KerneloopsReporter -# and thus reports oops to kerneloops.org. -# ("root" because all oopses are filed by abrt with user "root") -# AutoReportUIDs = root - # Kerneloops Scanner configuration ################################## SysLogFile = /var/log/messages -- cgit