summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/abrt_event.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 129e532a..35f6fb0a 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -53,13 +53,6 @@ include events.d/*.conf
# In this case, do not record username too:
EVENT=post-create if [ -f uid ]; then getent passwd "`cat uid`" | cut -d: -f1 >username; fi
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=Kerneloops abrt-action-kerneloops
# Example: if you want to save sosreport immediately at the moment of a crash:
# (alternatively, you can add similar command to EVENT=analyze_foo's,
@@ -79,6 +72,5 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops
} 2>/dev/null
-EVENT=report_kerneloops.org analyzer=Kerneloops abrt-action-kerneloops
EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf
EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}"