diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 14:20:20 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-22 14:20:20 +0100 |
| commit | a8113ffa93078a3db9de6ac18d4784ff520c875e (patch) | |
| tree | e83ded4b758e389dad9ef07a5da0d9f0ca163e1f /lib | |
| parent | acf39a3b05f4a72dbcc34942f8dc77b9856c230b (diff) | |
| download | abrt-a8113ffa93078a3db9de6ac18d4784ff520c875e.tar.gz abrt-a8113ffa93078a3db9de6ac18d4784ff520c875e.tar.xz abrt-a8113ffa93078a3db9de6ac18d4784ff520c875e.zip | |
Enabled sosreport
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/Makefile.am | 3 | ||||
| -rw-r--r-- | lib/Plugins/SOSreport.conf | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index bb16655..4388727 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -31,7 +31,8 @@ dist_pluginsconf_DATA = \ Catcut.conf \ TicketUploader.conf \ FileTransfer.conf \ - Python.conf + Python.conf \ + SOSreport.conf man_MANS = abrt-FileTransfer.7 \ abrt-KerneloopsScanner.7 abrt-Logger.7 abrt-Mailx.7 abrt-plugins.7 \ diff --git a/lib/Plugins/SOSreport.conf b/lib/Plugins/SOSreport.conf new file mode 100644 index 0000000..3201c6d --- /dev/null +++ b/lib/Plugins/SOSreport.conf @@ -0,0 +1 @@ +Enabled = yes |
