24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
|
From 9270c8ffa5a7f12f510772eba0eb40fbb16ad163 Mon Sep 17 00:00:00 2001
|
||
|
From: Alison Chaiken <alison_chaiken@mentor.com>
|
||
|
Date: Sun, 15 Mar 2015 16:26:14 -0700
|
||
|
Subject: [PATCH] man: standard-conf: change directory reference to wildcard
|
||
|
|
||
|
(cherry picked from commit 1d940aa32913c108e0282ebd359b2eb999ffeadf)
|
||
|
---
|
||
|
man/standard-conf.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/man/standard-conf.xml b/man/standard-conf.xml
|
||
|
index 36af45927d..004f53f70c 100644
|
||
|
--- a/man/standard-conf.xml
|
||
|
+++ b/man/standard-conf.xml
|
||
|
@@ -54,7 +54,7 @@
|
||
|
directories, and has the lowest precedence; entries in a file in
|
||
|
any configuration directory override entries in the single
|
||
|
configuration file. Files in the
|
||
|
- <filename>logind.conf.d/</filename> configuration subdirectories
|
||
|
+ <filename>*.conf.d/</filename> configuration subdirectories
|
||
|
are sorted by their filename in lexicographic order, regardless of
|
||
|
which of the subdirectories they reside in. If multiple files
|
||
|
specify the same option, the entry in the file with the
|