From bfda214e9d634015457a7c5d8e2e1fd26d49a1fb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 20 Oct 2010 18:25:26 +0200 Subject: move logger reporting to a separate program (abrt-action-print) Usage: abrt-action-print [v] -d DIR Print information about the crash to standard output -v, --verbose be verbose -d DIR Crash dump directory As you can see, it simply writes crash dump information to stdout, not to a file. Logger plugin spawns a child abrt-action-print -d DIR and pipes its output to log file. Signed-off-by: Denys Vlasenko --- abrt.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 44f2a28c..6f57a783 100644 --- a/abrt.spec +++ b/abrt.spec @@ -356,6 +356,7 @@ fi %{_sbindir}/abrt-action-save-package-data %{_bindir}/abrt-action-bugzilla %{_bindir}/abrt-action-rhtsupport +%{_bindir}/abrt-action-print %{_bindir}/abrt-action-install-debuginfo %{_bindir}/%{name}-handle-upload %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf -- cgit