summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-23 14:55:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-23 14:55:08 +0100
commitd556705dd2948047d55d52e4c6cf921f276b2d77 (patch)
tree02ef57b4d1741eec54391edd6a4cad4e60ed7641 /lib
parent47d99223599b1c880dd0e2b827213fad60b7ff11 (diff)
parent4b3c5291814821a6f9824971b8a00771a378f6eb (diff)
downloadabrt-d556705dd2948047d55d52e4c6cf921f276b2d77.tar.gz
abrt-d556705dd2948047d55d52e4c6cf921f276b2d77.tar.xz
abrt-d556705dd2948047d55d52e4c6cf921f276b2d77.zip
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/Kerneloops.conf11
-rw-r--r--lib/Plugins/KerneloopsReporter.conf5
-rw-r--r--lib/Plugins/KerneloopsScanner.conf4
-rw-r--r--lib/Plugins/Makefile.am2
4 files changed, 11 insertions, 11 deletions
diff --git a/lib/Plugins/Kerneloops.conf b/lib/Plugins/Kerneloops.conf
index 47b242f..08dacd0 100644
--- a/lib/Plugins/Kerneloops.conf
+++ b/lib/Plugins/Kerneloops.conf
@@ -1,2 +1,13 @@
# compatibility with kerneloops.org tool
InformAllUsers = yes
+
+# KerneloopsReporter configuration. Reports kernel crashes collected by the addon.
+################################################################################
+
+# kerneloops.org
+SubmitURL = http://submit.kerneloops.org/submitoops.php
+
+# Kerneloops Scanner configuration.
+################################################################################
+
+SysLogFile = /var/log/messages
diff --git a/lib/Plugins/KerneloopsReporter.conf b/lib/Plugins/KerneloopsReporter.conf
deleted file mode 100644
index 5ec844a..0000000
--- a/lib/Plugins/KerneloopsReporter.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# KerneloopsReporter configuration. Reports kernel crashes collected by the addon.
-################################################################################
-
-# kerneloops.org
-SubmitURL = http://submit.kerneloops.org/submitoops.php
diff --git a/lib/Plugins/KerneloopsScanner.conf b/lib/Plugins/KerneloopsScanner.conf
deleted file mode 100644
index 36aac09..0000000
--- a/lib/Plugins/KerneloopsScanner.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-# Kerneloops Scanner configuration.
-################################################################################
-
-SysLogFile = /var/log/messages
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 9d80d91..97da220 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -29,8 +29,6 @@ dist_pluginsconf_DATA = \
SQLite3.conf \
Logger.conf \
Kerneloops.conf \
- KerneloopsScanner.conf \
- KerneloopsReporter.conf \
Bugzilla.conf \
Catcut.conf \
TicketUploader.conf \