diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-10 00:10:22 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-10 00:10:22 +0100 |
| commit | 9d2cb4518c3a8a72ccc714ddbc131aaa84506092 (patch) | |
| tree | e21efa47e3ed2e2f911c87fad8d0d992f236124a /lib/plugins/ReportUploader.conf | |
| parent | d1c6a4329284a1daba12a7e0fbd743a90cb0d884 (diff) | |
| download | abrt-9d2cb4518c3a8a72ccc714ddbc131aaa84506092.tar.gz abrt-9d2cb4518c3a8a72ccc714ddbc131aaa84506092.tar.xz abrt-9d2cb4518c3a8a72ccc714ddbc131aaa84506092.zip | |
Decouple settings handling from old-style plugins
The breakage was discovered when i removed Logger class.
it turned out the fix is somewhat involved.
This change implements it as discussed with the rest of the team.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/plugins/ReportUploader.conf')
| -rw-r--r-- | lib/plugins/ReportUploader.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/ReportUploader.conf b/lib/plugins/ReportUploader.conf index 57692531..7a7b9133 100644 --- a/lib/plugins/ReportUploader.conf +++ b/lib/plugins/ReportUploader.conf @@ -1,3 +1,5 @@ +# Description: Packs crash data into .tar.gz file, optionally uploads it via FTP/SCP/etc + Enabled = yes # Customer = "Example Inc." |
