1ABRT-ACTION-SAVE-(1) ABRT Manual ABRT-ACTION-SAVE-(1)
2
3
4
6 abrt-action-save-package-data - Query package database and save package
7 and component name.
8
10 abrt-action-save-package-data [-v] [-c CONFFILE] -d DIR
11
13 The tool reads problem directory DIR. It analyzes contents of analyzer,
14 executable, cmdline and remote elements, checks database of installed
15 packages, and creates new elements package and component.
16
17 This data is usually necessary if the problem will be reported to a bug
18 tracking database.
19
20 Integration with ABRT events
21 This tool can be used as an ABRT reporter. Example fragment for
22 /etc/libreport/report_event.conf:
23
24 # Determine in which package/component the crash happened (if not yet done):
25 EVENT=post-create component=
26 abrt-action-save-package-data
27
29 -v, --verbose
30 Be verbose
31
32 -c CONFFILE
33 Path to configuration file.
34
35 -d DIR
36 Path to problem directory.
37
39 abrt_event.conf(5), abrt-action-save-package-data.conf(5)
40
42 ยท ABRT team
43
44
45
46abrt 2.1.11 11/13/2018 ABRT-ACTION-SAVE-(1)