From c8a11eb8a66e6cd0650411304572500fabb77b07 Mon Sep 17 00:00:00 2001
From: Julius Milan <jmilan@redhat.com>
Date: Tue, 5 Dec 2017 17:18:07 +0100
Subject: [PATCH 06/22] doc: update to contain newly added user's local config
---
doc/reporter-bugzilla.txt | 7 ++++++-
doc/reporter-mantisbt.txt | 5 +++++
doc/reporter-rhtsupport.txt | 7 ++++++-
doc/reporter-ureport.txt | 3 ++-
4 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/doc/reporter-bugzilla.txt b/doc/reporter-bugzilla.txt
index 2d769802..2aee41e1 100644
--- a/doc/reporter-bugzilla.txt
+++ b/doc/reporter-bugzilla.txt
@@ -52,8 +52,10 @@ filed. The default value is 'ABRT Server'"
Configuration file
~~~~~~~~~~~~~~~~~~
-If not specified, CONFFILE defaults to /etc/libreport/plugins/bugzilla.conf.
+If not specified, CONFFILE defaults to /etc/libreport/plugins/bugzilla.conf
+and to user's local ~/.config/libreport/bugzilla.conf.
Configuration file lines should have 'PARAM = VALUE' format. The parameters are:
+User's local configuration overrides the system wide configuration.
'Login'::
Login to Bugzilla account.
@@ -214,6 +216,9 @@ FILES
/etc/libreport/plugins/bugzilla.conf::
Configuration file.
+~/.config/libreport/bugzilla.conf::
+ User's local configuration file.
+
/etc/libreport/plugins/bugzilla_format.conf::
Configure formating for reporting.
diff --git a/doc/reporter-mantisbt.txt b/doc/reporter-mantisbt.txt
index 92255b08..074aa4e9 100644
--- a/doc/reporter-mantisbt.txt
+++ b/doc/reporter-mantisbt.txt
@@ -47,7 +47,9 @@ filed. The default value is 'ABRT Server'"
Configuration file
~~~~~~~~~~~~~~~~~~
If not specified, CONFFILE defaults to /etc/libreport/plugins/mantisbt.conf.
+and to user's local ~/.config/libreport/mantisbt.conf.
Configuration file lines should have 'PARAM = VALUE' format. The parameters are:
+User's local configuration overrides the system wide configuration.
'Login'::
Login to MantisBT account.
@@ -204,6 +206,9 @@ FILES
/etc/libreport/plugins/mantisbt.conf::
Configuration file.
+~/.config/libreport/mantisbt.conf::
+ User's local configuration file.
+
/etc/libreport/plugins/mantisbt_format.conf::
Configure formating for reporting.
diff --git a/doc/reporter-rhtsupport.txt b/doc/reporter-rhtsupport.txt
index 2e779bc9..e52a1525 100644
--- a/doc/reporter-rhtsupport.txt
+++ b/doc/reporter-rhtsupport.txt
@@ -24,7 +24,9 @@ creating a new case.
The URL to new case is printed to stdout and recorded in 'reported_to'
element in DIR.
-If not specified, CONFFILE defaults to /etc/libreport/plugins/rhtsupport.conf.
+If not specified, CONFFILE defaults to /etc/libreport/plugins/rhtsupport.conf
+and to user's local ~/.config/libreport/rhtsupport.conf.
+User's local configuration overrides the system wide configuration.
Option -t uploads FILEs to the already created case on RHTSupport site.
The case ID is retrieved from directory specified by -d DIR.
@@ -99,6 +101,9 @@ FILES
/etc/libreport/plugins/rhtsupport.conf::
Configuration file.
+~/.config/libreport/rhtsupport.conf::
+ User's local configuration file.
+
SEE ALSO
--------
abrt_event.conf(5), rhtsupport.conf(5), rhtsupport_event.conf(5)
diff --git a/doc/reporter-ureport.txt b/doc/reporter-ureport.txt
index ced48b01..7deb9117 100644
--- a/doc/reporter-ureport.txt
+++ b/doc/reporter-ureport.txt
@@ -52,7 +52,8 @@ Configuration file lines should have 'PARAM = VALUE' format. The parameters are:
Possible values are::
'rhts-credentials';;
- Uses Login= and Password= values from /etc/libreport/plugins/rhtsupport.conf.
+ Uses Login= and Password= values from /etc/libreport/plugins/rhtsupport.conf and
+ user's local ~/.config/libreport/rhtsupport.conf.
'<user_name>:<password>';;
Manually supply credentials.
--
2.14.3