From 8445adb47ece5ecf03d95d3d4d1af7b3415b25af Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 22 Feb 2011 19:53:10 +0100 Subject: move ccpp related events to events.d/ - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused --- src/daemon/abrt_event.conf | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'src/daemon') diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf index 34aba290..23765718 100644 --- a/src/daemon/abrt_event.conf +++ b/src/daemon/abrt_event.conf @@ -16,6 +16,9 @@ # Rule of the form "include GLOB_PATTERN" recurses to each file which matches # GLOB_PATTERN. Example: "include post-create.d/*.conf" # + +include events.d/*.conf + # Any other rules specify which programs to run on the crash dump. # # Each rule may have conditions to be checked before the program is run. @@ -41,7 +44,6 @@ # abrt-action-analyze-c needs package name, save package data first EVENT=post-create abrt-action-save-package-data -EVENT=post-create analyzer=CCpp abrt-action-analyze-c EVENT=post-create analyzer=Python abrt-action-analyze-python EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops # If you want all users (not just root) to be able to see oopses: @@ -66,21 +68,6 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops true } 2>/dev/null -#TODO: implement this (or add this functionality to abrt-action-install-debuginfo): -#EVENT=analyze analyzer=CCpp backtrace= trim-debuginfo-cache /var/cache/abrt-di 4096m - -#TODO: can we still specify additional directories to search for debuginfos, -# or was this ability lost with move to python installer? -EVENT=analyze analyzer=CCpp backtrace= abrt-action-install-debuginfo --core="$DUMP_DIR/coredump" -EVENT=analyze analyzer=CCpp backtrace= abrt-action-generate-backtrace - -# Same as "analyze", but executed when user requests "refresh" in GUI -#EVENT=reanalyze analyzer=CCpp trim-debuginfo-cache /var/cache/abrt-di 4096m -EVENT=reanalyze analyzer=CCpp abrt-action-install-debuginfo --core="$DUMP_DIR/coredump" -EVENT=reanalyze analyzer=CCpp abrt-action-generate-backtrace - EVENT=report analyzer=Kerneloops abrt-action-kerneloops -EVENT=report_Bugzilla analyzer=CCpp abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf -EVENT=report_Logger analyzer=CCpp abrt-action-print -o /var/log/abrt.log EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf EVENT=report_Logger analyzer=Python abrt-action-print -o /var/log/abrt.log -- cgit