From 62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 8 Apr 2011 17:43:17 +0200 Subject: abrt-action-print: add -r option which records reported_to Signed-off-by: Denys Vlasenko --- src/daemon/abrt_event.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf index 35f6fb0a..aa578200 100644 --- a/src/daemon/abrt_event.conf +++ b/src/daemon/abrt_event.conf @@ -73,4 +73,4 @@ EVENT=post-create analyzer=Python abrt-action-analyze-python 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}" +EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}" -r -- cgit