Blame SOURCES/Document-config-file-non-merging.patch
|
|
9af0d9 |
From ceeb1ff9226d21ff166d6737bab34b91fa6660fa Mon Sep 17 00:00:00 2001
|
|
|
9af0d9 |
From: Robbie Harwood <rharwood@redhat.com>
|
|
|
9af0d9 |
Date: Wed, 10 Jun 2020 15:50:36 -0400
|
|
|
9af0d9 |
Subject: [PATCH] Document config file non-merging
|
|
|
9af0d9 |
|
|
|
9af0d9 |
Merges: #4
|
|
|
9af0d9 |
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
|
|
|
9af0d9 |
Reviewed-by: Simo Sorce <simo@redhat.com>
|
|
|
9af0d9 |
(cherry picked from commit a05b876badd52ba99d95c981f5f8b0e50de28c63)
|
|
|
9af0d9 |
(cherry picked from commit 2592d32c5c6d39f30dc0bfdb78b5c292ed0af2ae)
|
|
|
9af0d9 |
---
|
|
|
9af0d9 |
man/gssproxy.conf.5.xml | 5 ++++-
|
|
|
9af0d9 |
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
9af0d9 |
|
|
|
9af0d9 |
diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml
|
|
|
9af0d9 |
index 53cae3d..c8dd504 100644
|
|
|
9af0d9 |
--- a/man/gssproxy.conf.5.xml
|
|
|
9af0d9 |
+++ b/man/gssproxy.conf.5.xml
|
|
|
9af0d9 |
@@ -37,7 +37,10 @@
|
|
|
9af0d9 |
of the form "##-foo.conf" (that is, start with two numbers
|
|
|
9af0d9 |
followed by a dash, and end in ".conf"). Files not conforming to
|
|
|
9af0d9 |
this will be ignored unless specifically requested through command
|
|
|
9af0d9 |
- line parameters.
|
|
|
9af0d9 |
+ line parameters. Within a single file, any duplicate values or
|
|
|
9af0d9 |
+ sections will be merged. Across multiple files, duplicates will
|
|
|
9af0d9 |
+ generate a warning, and the first value encountered will take
|
|
|
9af0d9 |
+ precedence (i.e., there is no merging).
|
|
|
9af0d9 |
</para>
|
|
|
9af0d9 |
</refsect1>
|
|
|
9af0d9 |
|