diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-13 18:03:48 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-13 18:03:48 +0100 |
| commit | a3b88d29cc65b586dff718d48ba732074c261795 (patch) | |
| tree | a0367ace968781b97f735c4f9c40856a64de284b /lib | |
| parent | 9e3970c52f800739b4f554a2ec4ef236b566fb00 (diff) | |
| download | abrt-a3b88d29cc65b586dff718d48ba732074c261795.tar.gz abrt-a3b88d29cc65b586dff718d48ba732074c261795.tar.xz abrt-a3b88d29cc65b586dff718d48ba732074c261795.zip | |
Added "Enabled = yes" to all plugin's config files
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/Catcut.conf | 1 | ||||
| -rw-r--r-- | lib/Plugins/FileTransfer.conf | 1 | ||||
| -rw-r--r-- | lib/Plugins/Kerneloops.conf | 1 | ||||
| -rw-r--r-- | lib/Plugins/Logger.conf | 3 | ||||
| -rw-r--r-- | lib/Plugins/Mailx.conf | 1 | ||||
| -rw-r--r-- | lib/Plugins/Python.conf | 1 |
6 files changed, 7 insertions, 1 deletions
diff --git a/lib/Plugins/Catcut.conf b/lib/Plugins/Catcut.conf index 913b6d1..a0249fd 100644 --- a/lib/Plugins/Catcut.conf +++ b/lib/Plugins/Catcut.conf @@ -7,3 +7,4 @@ NoSSLVerify = no Login = gavin # your password Password = junk +Enabled = yes
\ No newline at end of file diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf index 75e5671..c92eaee 100644 --- a/lib/Plugins/FileTransfer.conf +++ b/lib/Plugins/FileTransfer.conf @@ -17,3 +17,4 @@ RetryCount = 3 #how long we wait between we retry the upload (in seconds) RetryDelay = 20 +Enabled = yes
\ No newline at end of file diff --git a/lib/Plugins/Kerneloops.conf b/lib/Plugins/Kerneloops.conf index 5623596..1db2436 100644 --- a/lib/Plugins/Kerneloops.conf +++ b/lib/Plugins/Kerneloops.conf @@ -15,3 +15,4 @@ SysLogFile = /var/log/messages # KerneloopsReporter configuration ################################## SubmitURL = http://submit.kerneloops.org/submitoops.php +Enabled = yes
\ No newline at end of file diff --git a/lib/Plugins/Logger.conf b/lib/Plugins/Logger.conf index 901b3cf..39ba47e 100644 --- a/lib/Plugins/Logger.conf +++ b/lib/Plugins/Logger.conf @@ -2,4 +2,5 @@ LogPath = /var/log/abrt-logger -AppendLogs = yes
\ No newline at end of file +AppendLogs = yes +Enabled = yes
\ No newline at end of file diff --git a/lib/Plugins/Mailx.conf b/lib/Plugins/Mailx.conf index 44c1d18..de19709 100644 --- a/lib/Plugins/Mailx.conf +++ b/lib/Plugins/Mailx.conf @@ -13,3 +13,4 @@ EmailTo = root@localhost # Warning! enabling this may cause sending a lot of MB via email SendBinaryData = no +Enabled = yes
\ No newline at end of file diff --git a/lib/Plugins/Python.conf b/lib/Plugins/Python.conf new file mode 100644 index 0000000..75d2229 --- /dev/null +++ b/lib/Plugins/Python.conf @@ -0,0 +1 @@ +Enabled = yes
\ No newline at end of file |
