From 4222871e44b5ea1cf00f216ebd010468eff770eb Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Tue, 10 May 2011 10:25:39 +0200 Subject: prune old Mailx man Signed-off-by: Nikola Pajkovsky --- abrt.spec.in | 1 - src/plugins/Makefile.am | 1 - src/plugins/abrt-Mailx.7 | 57 ------------------------------------------------ 3 files changed, 59 deletions(-) delete mode 100644 src/plugins/abrt-Mailx.7 diff --git a/abrt.spec.in b/abrt.spec.in index a68f181a..8fa9a3a0 100644 --- a/abrt.spec.in +++ b/abrt.spec.in @@ -567,7 +567,6 @@ fi %defattr(-,root,root,-) %{_sysconfdir}/%{name}/events/report_Mailx.xml %config(noreplace) %{_sysconfdir}/%{name}/events.d/mailx_events.conf -%{_mandir}/man7/abrt-Mailx.7.gz %{_mandir}/man*/abrt-action-mailx.* %{_bindir}/abrt-action-mailx diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 202cbd2d..61f9fd52 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -57,7 +57,6 @@ dist_eventsconf_DATA = \ man_MANS = \ abrt-KerneloopsReporter.7 \ abrt-Logger.7 \ - abrt-Mailx.7 \ abrt-Upload.7 \ abrt-plugins.7 diff --git a/src/plugins/abrt-Mailx.7 b/src/plugins/abrt-Mailx.7 deleted file mode 100644 index 1f2f08fc..00000000 --- a/src/plugins/abrt-Mailx.7 +++ /dev/null @@ -1,57 +0,0 @@ -.TH abrt "7" "1 Jun 2009" "" -.SH NAME -Mailx 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 \fIMailx\fP plugin -for \fIabrt\fP. -.P -This plugin is used to mail the data about the crash -to a specified mail address. -.SH INVOCATION -The plugin is invoked in the \fIabrt.conf\fP configuration file. It can take -one parameter, a subject of the mail (if it differs from the -one specified in the \fIMailx.conf\fP configuration file). -.SH CONFIGURATION -The \fIMailx.conf\fP configuration file contains -several entries in a format "Option = Value". The options are: -.SS Subject -The subject of the mail. -.SS Parameters -The \fIMailx\fP plugin executes the external "mailx" command to -send the mail. This option defines some additional command line -parameters, which should be added to the program invocation, if any. -.SS EmailFrom -The address from which the email is sent. -.SS EmailTo -The address to which the email is sent. -.SS SendBinaryData -Can be "yes" or "no". If set to "yes", the email will also -contain the binary files associated with the crash. Warning: -this can cause the emails to be large! (several MB) -.SH EXAMPLES -.P -These are snippets from the \fIabrt.conf\fP configuration file. -.P -1) Each time a crash happens, a mail is sent -.PP -[common] -.br -ActionsAndReporters = Mailx("[abrt] a crash occurs") -.P -2) When a program in a specific package (in this case "httpd") crashes, -send a mail about it. -.PP -[AnalyzerActionsAndReporters] -.br -CCpp:httpd = Mailx("[abrt] Apache crash") -.SH "SEE ALSO" -.IR abrt (8), -.IR abrt.conf (5), -.IR abrt-plugins (7) -.SH AUTHOR -Written by Zdenek Prikryl . Manual -page by Daniel Novotny . -- cgit