From 8864e7d8ab05b59372f55ec8d637296aefa1515e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 1 Nov 2010 18:52:11 +0100 Subject: abrt-handle-crashdump: new semi-debug utility to run abrt actions for a specified event Some reworking of run_action() API was needed to make it possible to put it into libABRT. abrt-handle-crashdump has no -l option yet: $ abrt-handle-crashdump Usage: abrt-handle-crashdump [-vs] -d DIR -e EVENT Handle crash dump according to rules in abrt_action.conf -v, --verbose be verbose -s Log to syslog -d DIR Crash dump directory -e EVENT Event Can (will) extend it later. Run-tested: performed "analyze" step by hand with abrt-handle-crashdump -e analyze -d CRASH_DUMP_DIR 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 dabc0ed3..ecaa96f6 100644 --- a/abrt.spec +++ b/abrt.spec @@ -350,6 +350,7 @@ fi %{_sbindir}/abrtd %{_sbindir}/abrt-server %{_bindir}/abrt-handle-upload +%{_bindir}/abrt-handle-crashdump %config(noreplace) %{_sysconfdir}/%{name}/abrt.conf %config(noreplace) %{_sysconfdir}/%{name}/abrt_action.conf %config(noreplace) %{_sysconfdir}/%{name}/gpg_keys -- cgit