|
|
0c9110 |
From 230a615a13012876f820e47f6be583bf32bca95b Mon Sep 17 00:00:00 2001
|
|
|
0c9110 |
From: Matej Habrnal <mhabrnal@redhat.com>
|
|
|
0c9110 |
Date: Thu, 18 Sep 2014 23:12:45 +0200
|
|
|
0c9110 |
Subject: [LIBREPORT PATCH 78/93] doc: updated manpages reporter-*
|
|
|
0c9110 |
|
|
|
0c9110 |
Added section FILES to reporter-* manpages and updated section SEE ALSO.
|
|
|
0c9110 |
|
|
|
0c9110 |
Resolves rhbz#1067143
|
|
|
0c9110 |
|
|
|
0c9110 |
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
|
|
|
0c9110 |
|
|
|
0c9110 |
reporter-upload does not have configuration file on rhel7
|
|
|
0c9110 |
|
|
|
0c9110 |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
0c9110 |
---
|
|
|
0c9110 |
doc/reporter-bugzilla.txt | 13 ++++++++++++-
|
|
|
0c9110 |
doc/reporter-kerneloops.txt | 4 ++++
|
|
|
0c9110 |
doc/reporter-mailx.txt | 12 ++++++++++++
|
|
|
0c9110 |
doc/reporter-print.txt | 4 ++++
|
|
|
0c9110 |
doc/reporter-rhtsupport.txt | 10 +++++++++-
|
|
|
0c9110 |
doc/reporter-upload.txt | 5 +++++
|
|
|
0c9110 |
doc/reporter-ureport.txt | 8 ++++++++
|
|
|
0c9110 |
7 files changed, 54 insertions(+), 2 deletions(-)
|
|
|
0c9110 |
|
|
|
0c9110 |
diff --git a/doc/reporter-bugzilla.txt b/doc/reporter-bugzilla.txt
|
|
|
0c9110 |
index 2feb922..48afb03 100644
|
|
|
0c9110 |
--- a/doc/reporter-bugzilla.txt
|
|
|
0c9110 |
+++ b/doc/reporter-bugzilla.txt
|
|
|
0c9110 |
@@ -191,9 +191,20 @@ the configuration file.
|
|
|
0c9110 |
'HTTPS_PROXY'::
|
|
|
0c9110 |
the proxy server to use for HTTPS
|
|
|
0c9110 |
|
|
|
0c9110 |
+FILES
|
|
|
0c9110 |
+-----
|
|
|
0c9110 |
+/usr/share/libreport/conf.d/plugins/bugzilla.conf::
|
|
|
0c9110 |
+ Readonly default configuration files.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+/etc/libreport/plugins/bugzilla.conf::
|
|
|
0c9110 |
+ Configuration file.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+/etc/libreport/plugins/bugzilla_format.conf::
|
|
|
0c9110 |
+ Configure formating for reporting.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
SEE ALSO
|
|
|
0c9110 |
--------
|
|
|
0c9110 |
-report_event.conf, bugzilla_format.conf
|
|
|
0c9110 |
+report_event.conf(5), bugzilla_format.conf(5)
|
|
|
0c9110 |
|
|
|
0c9110 |
AUTHORS
|
|
|
0c9110 |
-------
|
|
|
0c9110 |
diff --git a/doc/reporter-kerneloops.txt b/doc/reporter-kerneloops.txt
|
|
|
0c9110 |
index 57b0983..b23d517 100644
|
|
|
0c9110 |
--- a/doc/reporter-kerneloops.txt
|
|
|
0c9110 |
+++ b/doc/reporter-kerneloops.txt
|
|
|
0c9110 |
@@ -63,6 +63,10 @@ the configuration file.
|
|
|
0c9110 |
'KerneloopsReporter_SubmitURL'::
|
|
|
0c9110 |
The URL of the kerneloops tracker.
|
|
|
0c9110 |
|
|
|
0c9110 |
+SEE ALSO
|
|
|
0c9110 |
+--------
|
|
|
0c9110 |
+koops_event.conf(5)
|
|
|
0c9110 |
+
|
|
|
0c9110 |
AUTHORS
|
|
|
0c9110 |
-------
|
|
|
0c9110 |
* ABRT team
|
|
|
0c9110 |
diff --git a/doc/reporter-mailx.txt b/doc/reporter-mailx.txt
|
|
|
0c9110 |
index f946653..bd0c63e 100644
|
|
|
0c9110 |
--- a/doc/reporter-mailx.txt
|
|
|
0c9110 |
+++ b/doc/reporter-mailx.txt
|
|
|
0c9110 |
@@ -86,6 +86,18 @@ the configuration file.
|
|
|
0c9110 |
Use yes/true/on/1 to attach all binary files from the problem
|
|
|
0c9110 |
directory to the email.
|
|
|
0c9110 |
|
|
|
0c9110 |
+FILES
|
|
|
0c9110 |
+-----
|
|
|
0c9110 |
+/usr/share/libreport/conf.d/plugins/mailx.conf::
|
|
|
0c9110 |
+ Readonly default configuration files.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+/etc/libreport/plugins/mailx.conf::
|
|
|
0c9110 |
+ Configuration files.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+SEE ALSO
|
|
|
0c9110 |
+--------
|
|
|
0c9110 |
+mailx_event.conf(5), mailx.conf(5), report_mailx.conf(5)
|
|
|
0c9110 |
+
|
|
|
0c9110 |
AUTHORS
|
|
|
0c9110 |
-------
|
|
|
0c9110 |
* ABRT team
|
|
|
0c9110 |
diff --git a/doc/reporter-print.txt b/doc/reporter-print.txt
|
|
|
0c9110 |
index 5a39673..6e35000 100644
|
|
|
0c9110 |
--- a/doc/reporter-print.txt
|
|
|
0c9110 |
+++ b/doc/reporter-print.txt
|
|
|
0c9110 |
@@ -59,6 +59,10 @@ Elements which have more than one line are printed in the form
|
|
|
0c9110 |
|
|
|
0c9110 |
Output may contain empty lines for better readability.
|
|
|
0c9110 |
|
|
|
0c9110 |
+SEE ALSO
|
|
|
0c9110 |
+--------
|
|
|
0c9110 |
+print_event.conf(5)
|
|
|
0c9110 |
+
|
|
|
0c9110 |
AUTHORS
|
|
|
0c9110 |
-------
|
|
|
0c9110 |
* ABRT team
|
|
|
0c9110 |
diff --git a/doc/reporter-rhtsupport.txt b/doc/reporter-rhtsupport.txt
|
|
|
0c9110 |
index 6ac8eff..b018906 100644
|
|
|
0c9110 |
--- a/doc/reporter-rhtsupport.txt
|
|
|
0c9110 |
+++ b/doc/reporter-rhtsupport.txt
|
|
|
0c9110 |
@@ -71,6 +71,14 @@ OPTIONS
|
|
|
0c9110 |
-t[ID]::
|
|
|
0c9110 |
Upload FILEs to the already created case on RHTSupport site.
|
|
|
0c9110 |
|
|
|
0c9110 |
+FILES
|
|
|
0c9110 |
+-----
|
|
|
0c9110 |
+/usr/share/libreport/conf.d/plugins/rhtsupport.conf::
|
|
|
0c9110 |
+ Readonly default configuration files.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+/etc/libreport/plugins/rhtsupport.conf::
|
|
|
0c9110 |
+ Configuration file.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
SEE ALSO
|
|
|
0c9110 |
--------
|
|
|
0c9110 |
-abrt_event.conf
|
|
|
0c9110 |
+abrt_event.conf(5), rhtsupport.conf(5), rhtsupport_event.conf(5)
|
|
|
0c9110 |
diff --git a/doc/reporter-upload.txt b/doc/reporter-upload.txt
|
|
|
0c9110 |
index 1464054..8df7ea2 100644
|
|
|
0c9110 |
--- a/doc/reporter-upload.txt
|
|
|
0c9110 |
+++ b/doc/reporter-upload.txt
|
|
|
0c9110 |
@@ -68,6 +68,11 @@ the configuration file.
|
|
|
0c9110 |
'Upload_URL'::
|
|
|
0c9110 |
The URL where should be the tarball uploaded.
|
|
|
0c9110 |
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+SEE ALSO
|
|
|
0c9110 |
+--------
|
|
|
0c9110 |
+uploader_event.conf(5)
|
|
|
0c9110 |
+
|
|
|
0c9110 |
AUTHORS
|
|
|
0c9110 |
-------
|
|
|
0c9110 |
* ABRT team
|
|
|
0c9110 |
diff --git a/doc/reporter-ureport.txt b/doc/reporter-ureport.txt
|
|
|
0c9110 |
index 9264cda..fbdb6e9 100644
|
|
|
0c9110 |
--- a/doc/reporter-ureport.txt
|
|
|
0c9110 |
+++ b/doc/reporter-ureport.txt
|
|
|
0c9110 |
@@ -116,6 +116,14 @@ the configuration file.
|
|
|
0c9110 |
'uReport_AuthDataItems'::
|
|
|
0c9110 |
See AuthDataItems configuration option for details.
|
|
|
0c9110 |
|
|
|
0c9110 |
+FILES
|
|
|
0c9110 |
+-----
|
|
|
0c9110 |
+/usr/share/libreport/conf.d/plugins/ureport.conf::
|
|
|
0c9110 |
+ Readonly default configuration files.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
+/etc/libreport/plugins/ureport.conf::
|
|
|
0c9110 |
+ Configuration file.
|
|
|
0c9110 |
+
|
|
|
0c9110 |
SEE ALSO
|
|
|
0c9110 |
--------
|
|
|
0c9110 |
ureport.conf(5)
|
|
|
0c9110 |
--
|
|
|
0c9110 |
1.8.3.1
|
|
|
0c9110 |
|