[Yum-devel] [PATCH 2/2] add docs for globdir: syntax

Seth Vidal skvidal at fedoraproject.org
Mon Apr 26 13:54:17 UTC 2010


---
 docs/yum.conf.5 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index dfc09b7..a809faa 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -734,6 +734,14 @@ The configuration file will be inserted at the position of the "include=" line.
 Included files may contain further include lines. Yum will abort with an error
 if an inclusion loop is detected.
 
+.SH "GLOBDIR FOR LIST OPTIONS"
+.LP
+Any of the configurations options which are a list of items can be specfied
+using the globdir syntax: \fBglobdir:/etc/path/somewhere.d/*.conf\fR. This
+will read in all files matching that glob and include all lines in each file
+(excluding comments and blank lines) as items in the list.
+.LP
+
 .SH "VARIABLES"
 .LP
 There are a number of variables you can use to ease maintenance of yum's
-- 
1.7.0.1



More information about the Yum-devel mailing list