From a8113ffa93078a3db9de6ac18d4784ff520c875e Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 22 Jan 2010 14:20:20 +0100 Subject: Enabled sosreport --- lib/Plugins/Makefile.am | 3 ++- lib/Plugins/SOSreport.conf | 1 + src/Daemon/abrt.conf | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 lib/Plugins/SOSreport.conf diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index bb16655..4388727 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -31,7 +31,8 @@ dist_pluginsconf_DATA = \ Catcut.conf \ TicketUploader.conf \ FileTransfer.conf \ - Python.conf + Python.conf \ + SOSreport.conf man_MANS = abrt-FileTransfer.7 \ abrt-KerneloopsScanner.7 abrt-Logger.7 abrt-Mailx.7 abrt-plugins.7 \ diff --git a/lib/Plugins/SOSreport.conf b/lib/Plugins/SOSreport.conf new file mode 100644 index 0000000..3201c6d --- /dev/null +++ b/lib/Plugins/SOSreport.conf @@ -0,0 +1 @@ +Enabled = yes diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 53e71a3..ca495aa 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -21,8 +21,8 @@ MaxCrashReportsSize = 1000 # What actions or reporters to run on each crash type [ AnalyzerActionsAndReporters ] Kerneloops = TicketUploader -CCpp = TicketUploader -Python = TicketUploader +CCpp = TicketUploader, SOSreport +Python = TicketUploader, SOSreport #CCpp:xorg-x11-apps = RunApp("date", "date.txt") # Which Action plugins to run repeatedly -- cgit