chiark / gitweb /
conf: when looking for configurations look in /etc first, in /run second
authorLennart Poettering <lennart@poettering.net>
Wed, 14 Mar 2012 13:25:05 +0000 (14:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Mar 2012 13:25:05 +0000 (14:25 +0100)
commitfc1a2e06a2eab6ca16664adb83b61fe958f00598
tree1d0e6d63cddde5d36fe99baf7cc74c9a891fb861
parent45dc3a0478c61e83dedf26dc247fd3ddd2b20978
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.
man/binfmt.d.xml
man/modules-load.d.xml
man/sysctl.d.xml
man/tmpfiles.d.xml
src/binfmt/binfmt.c
src/modules-load.c
src/path-lookup.c
src/sysctl.c
src/systemd.pc.in
src/tmpfiles.c