From a3b88d29cc65b586dff718d48ba732074c261795 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 13 Jan 2010 18:03:48 +0100 Subject: Added "Enabled = yes" to all plugin's config files --- lib/Plugins/Catcut.conf | 1 + lib/Plugins/FileTransfer.conf | 1 + lib/Plugins/Kerneloops.conf | 1 + lib/Plugins/Logger.conf | 3 ++- lib/Plugins/Mailx.conf | 1 + lib/Plugins/Python.conf | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 lib/Plugins/Python.conf (limited to 'lib') 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 -- cgit