diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 21:38:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 21:38:21 +0200 |
commit | 772f83719e3c2262d948a4c4e70fe9babc4c4610 (patch) | |
tree | 973ea77bd6d44c6a96518b8bf9c0ee9aa43159fe /man/modules-load.d.xml | |
parent | db1413d7380acacc4e50faf801ca0d401da89764 (diff) |
tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run
Diffstat (limited to 'man/modules-load.d.xml')
-rw-r--r-- | man/modules-load.d.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index b2f15dc7b6..b633663475 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -74,7 +74,9 @@ newlines. Empty lines and lines whose first non-whitespace character is # or ; are ignored.</para> - <para>Files in <filename>/etc/</filename> overwrite + <para>Each configuration file is named in the style of + <filename><program>.conf</filename>. + Files in <filename>/etc/</filename> overwrite files with the same name in <filename>/usr/lib/</filename>. Files in <filename>/run</filename> overwrite files with the same name in <filename>/etc/</filename> and |