diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-21 18:45:21 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-21 18:45:21 +0100 |
| commit | 8cf58297d9743bdbfdddb605cc9cefe0c6273ee5 (patch) | |
| tree | 852586ab7596bd0225a586413b6baafddc6b682b /lib/Plugins/Kerneloops.conf | |
| parent | fdfcf65903c2f1f3abc7dd4cabb9cf7d170669a1 (diff) | |
| download | abrt-8cf58297d9743bdbfdddb605cc9cefe0c6273ee5.tar.gz abrt-8cf58297d9743bdbfdddb605cc9cefe0c6273ee5.tar.xz abrt-8cf58297d9743bdbfdddb605cc9cefe0c6273ee5.zip | |
TicketUploader and FileTransfer plugins: fixes after a round of testing
for one, FileTransfer now would not use current dir as a storage
for temp files.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Kerneloops.conf')
| -rw-r--r-- | lib/Plugins/Kerneloops.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Kerneloops.conf b/lib/Plugins/Kerneloops.conf index 1db2436..4d6bd46 100644 --- a/lib/Plugins/Kerneloops.conf +++ b/lib/Plugins/Kerneloops.conf @@ -1,3 +1,5 @@ +Enabled = yes + # Do we want kernel oopses to be visible to any user? # Set to "yes" for compatibility with kerneloops.org tool. InformAllUsers = yes @@ -15,4 +17,3 @@ SysLogFile = /var/log/messages # KerneloopsReporter configuration ################################## SubmitURL = http://submit.kerneloops.org/submitoops.php -Enabled = yes
\ No newline at end of file |
