From cf676ebdbe91a6a5736e2f052e932a935d9ca381 Mon Sep 17 00:00:00 2001 From: Jose Castillo Date: Wed, 28 Mar 2018 18:23:48 +0100 Subject: [abrt] Add config files to sosreport This patch adds the configuration files /etc/abrt/abrt.conf, /etc/abrt/abrt-action-save-package-data.conf, and /etc/abrt/plugins that were not collected in the abrt plugin. Closes: #1251 Resolves: #1252 Signed-off-by: Jose Castillo Signed-off-by: Bryn M. Reeves --- sos/plugins/abrt.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sos/plugins/abrt.py b/sos/plugins/abrt.py index ce087143..6dfce928 100644 --- a/sos/plugins/abrt.py +++ b/sos/plugins/abrt.py @@ -41,4 +41,9 @@ class Abrt(Plugin, RedHatPlugin): if self.get_option('detailed') and list_file: self.info_detailed(list_file) + self.add_copy_spec([ + "/etc/abrt/abrt.conf", + "/etc/abrt/abrt-action-save-package-data.conf", + "/etc/abrt/plugins" + ]) # vim: set et ts=4 sw=4 : -- cgit