summaryrefslogtreecommitdiff
path: root/man/modules-load.d.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-14 14:25:05 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-14 14:25:05 +0100
commitfc1a2e06a2eab6ca16664adb83b61fe958f00598 (patch)
tree1d0e6d63cddde5d36fe99baf7cc74c9a891fb861 /man/modules-load.d.xml
parent45dc3a0478c61e83dedf26dc247fd3ddd2b20978 (diff)
conf: when looking for configurations look in /etc first, in /run second
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
Diffstat (limited to 'man/modules-load.d.xml')
-rw-r--r--man/modules-load.d.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml
index b63366347..e2f7d5c68 100644
--- a/man/modules-load.d.xml
+++ b/man/modules-load.d.xml
@@ -46,9 +46,9 @@
</refnamediv>
<refsynopsisdiv>
- <para><filename>/usr/lib/modules-load.d/*.conf</filename></para>
<para><filename>/etc/modules-load.d/*.conf</filename></para>
<para><filename>/run/modules-load.d/*.conf</filename></para>
+ <para><filename>/usr/lib/modules-load.d/*.conf</filename></para>
</refsynopsisdiv>
<refsect1>