diff options
Diffstat (limited to 'lib/Plugins/SOSreport.cpp')
| -rw-r--r-- | lib/Plugins/SOSreport.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Plugins/SOSreport.cpp b/lib/Plugins/SOSreport.cpp index 2790cd2..5247a5d 100644 --- a/lib/Plugins/SOSreport.cpp +++ b/lib/Plugins/SOSreport.cpp @@ -114,3 +114,12 @@ void CActionSOSreport::Run(const std::string& pActionDir, CopyFile(sosreport_filename,sosreport_dd_filename); dd.Close(); } + +PLUGIN_INFO(ACTION, + CActionSOSreport , + "SOSreport", + "0.0.2", + "Run sosreport, save the output in the crash dump", + "gavin@redhat.com", + "https://fedorahosted.org/abrt/wiki", + ""); |
