summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt_event.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-05 09:48:39 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-05 09:48:39 +0100
commitf98c188316201bca59e9befb0151924a62e00a46 (patch)
tree9cd3e68db1d32ab72e0de475afa8e28b69686809 /src/daemon/abrt_event.conf
parentc6f560e4212d1ecc1417561f371f1d0bef2fcb46 (diff)
downloadabrt-f98c188316201bca59e9befb0151924a62e00a46.tar.gz
abrt-f98c188316201bca59e9befb0151924a62e00a46.tar.xz
abrt-f98c188316201bca59e9befb0151924a62e00a46.zip
abrt_event.conf: correct the name of oops analyzer
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/abrt_event.conf')
-rw-r--r--src/daemon/abrt_event.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 8b672b1a..b81e75b6 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -26,15 +26,15 @@
# and processed. This process is repeated until the end of this file.
# 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=oops abrt-action-analyze-oops
+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 behavior similar to one provided by kerneloops daemon
# distributed by kerneloops.org - that is, if you want
# oopses to be reported automatically and immediately without
# user interaction, uncomment this line:
-#EVENT=post-create analyzer=oops abrt-action-kerneloops
+#EVENT=post-create analyzer=Kerneloops abrt-action-kerneloops
#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
@@ -46,8 +46,8 @@ EVENT=analyze analyzer=CCpp backtrace= abrt-action-generate-backtrace
EVENT=reanalyze analyzer=CCpp abrt-action-install-debuginfo "$DUMP_DIR/coredump" "/var/run/abrt/$$-$RANDOM" /var/cache/abrt-di
EVENT=reanalyze analyzer=CCpp abrt-action-generate-backtrace
-EVENT=report analyzer=oops abrt-action-kerneloops
-EVENT=report_Bugzilla analyzer=CCpp abrt-action-bugzilla
-EVENT=report_Logger analyzer=CCpp abrt-action-print -o /var/log/abrt.log
-EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla
-EVENT=report_Logger analyzer=Python abrt-action-print -o /var/log/abrt.log
+EVENT=report analyzer=Kerneloops abrt-action-kerneloops
+EVENT=report_Bugzilla analyzer=CCpp abrt-action-bugzilla
+EVENT=report_Logger analyzer=CCpp abrt-action-print -o /var/log/abrt.log
+EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla
+EVENT=report_Logger analyzer=Python abrt-action-print -o /var/log/abrt.log