summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2011-05-18 13:17:31 +0200
committerMiroslav Lichvar <mlichvar@redhat.com>2011-05-18 13:20:12 +0200
commit080940cf1c0d8a05cef7b2de0975f651ac590110 (patch)
tree1e8393fb7e9ceaef499b908f31ed1db4e193b726 /src/plugins
parent8ace37f5d86a5ccd3277fe537b8641144409338b (diff)
downloadabrt-080940cf1c0d8a05cef7b2de0975f651ac590110.tar.gz
abrt-080940cf1c0d8a05cef7b2de0975f651ac590110.tar.xz
abrt-080940cf1c0d8a05cef7b2de0975f651ac590110.zip
remove old plugin man pages
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Makefile.am2
-rw-r--r--src/plugins/abrt-KerneloopsReporter.740
-rw-r--r--src/plugins/abrt-Upload.755
3 files changed, 0 insertions, 97 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 3fccf76b..e3dbcffc 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -56,8 +56,6 @@ dist_eventsconf_DATA = \
rhtsupport_events.conf
man_MANS = \
- abrt-KerneloopsReporter.7 \
- abrt-Upload.7 \
abrt-plugins.7
MAN_TXT = \
diff --git a/src/plugins/abrt-KerneloopsReporter.7 b/src/plugins/abrt-KerneloopsReporter.7
deleted file mode 100644
index cec492f1..00000000
--- a/src/plugins/abrt-KerneloopsReporter.7
+++ /dev/null
@@ -1,40 +0,0 @@
-.TH abrt "7" "1 Jun 2009" ""
-.SH NAME
-KerneloopsReporter plugin for abrt(8)
-.SH DESCRIPTION
-.P
-.I abrt
-is a daemon that watches for application crashes. When a crash occurs,
-it collects the problem data and takes action according to
-its configuration. This manual page describes the \fIKerneloopsReporter\fP
-plugin for \fIabrt\fP.
-.P
-This plugin is used to report the crash to the Kerneloops tracker.
-.SH INVOCATION
-The plugin is invoked in the \fIabrt.conf\fP configuration file.
-No parameters are necessary.
-.SH CONFIGURATION
-The \fIKerneloopsReporter.conf\fP configuration file contains one entry:
-.SS SubmitURL
-The URL of the kerneloops tracker, the default is
-.br
-SubmitURL = http://submit.kerneloops.org/submitoops.php
-.SH EXAMPLES
-.P
-This is a snippet from the \fIabrt.conf\fP configuration file.
-Each time a kernel oops is detected, run KerneloopsReporter:
-.P
-[common]
-.br
-ActionsAndReporters = Kerneloops, KerneloopsReporter
-.br
-[AnalyzerActionsAndReporters]
-.br
-Kerneloops = KerneloopsReporter
-.SH "SEE ALSO"
-.IR abrt (8),
-.IR abrt.conf (5),
-.IR abrt-plugins (7)
-.SH AUTHOR
-Written by Anton Arapov <anton@redhat.com>. Manual
-page by Daniel Novotny <dnovotny@redhat.com>.
diff --git a/src/plugins/abrt-Upload.7 b/src/plugins/abrt-Upload.7
deleted file mode 100644
index 4f39b361..00000000
--- a/src/plugins/abrt-Upload.7
+++ /dev/null
@@ -1,55 +0,0 @@
-.TH abrt "7" "9 July 2009" ""
-.SH NAME
-Upload plugin for abrt(8)
-.SH DESCRIPTION
-.P
-.I abrt
-is a daemon which watches for application crashes. When a crash occurs,
-it collects the problem data and performs some actions according to
-the configuration. This manual page describes the \fIUpload\fP plugin
-for \fIabrt\fP.
-.P
-This plugin will send a report to an anonymous FTP site. It's intended
-for use in cases where a ticketing system is associated with the FTP site,
-but the ticketing system has no way to automatically create new tickets,
-or add to existing tickets. Customer Name is put in config file.
-Ticket name (or number) is also put in config file. If no ticket
-name is configured, assume ticketing system should create a new ticket.
-This information is added to the report, the report is copied into a
-compressed, optionally encrypted, tarball. Then the tarball is FTP'd
-to the upload site. Then a status string is displayed to the user
-showing the name of the file on the FTP site, it's MD5SUM, and
-it's encryption key. This information can be pasted into a ticket
-in the ticketing system.
-.SH INVOCATION
-The plugin is invoked in the \fIabrt.conf\fP configuration file.
-No parameters are necessary.
-.SH CONFIGURATION
-The \fIUpload.conf\fP configuration file contains
-entries in a format "Option = Value". The options are:
-.SS Customer
-This is the customer's name or other customer identifier.
-.SS Ticket
-This is the ticket name or number.
-.SS Encrypt
-"yes" for encrypt upload, anything else for not.
-.SS Upload
-"yes" for for upload to FTP site, anything else for copy to local /tmp.
-.SS URL
-URL of upload site (ie. ftp://support.com/upload).
-.SH EXAMPLES
-.P
-This is a snippet from the \fIabrt.conf\fP configuration file.
-Log all the C/C++ application crashes:
-.P
-[AnalyzerActionsAndReporters]
-.br
-CCpp = RHUpload
-.SH "SEE ALSO"
-.IR abrt (8),
-.IR abrt.conf (5),
-.IR abrt-plugins (7)
-.SH AUTHOR
-Plugin and man page by Gavin Romig-Koch <gavin@redhat.com>.
-
-