]> git.ipfire.org Git - thirdparty/kmod.git/commit
config: use order /etc, /run, /lib
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Mar 2012 12:19:34 +0000 (09:19 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Mar 2012 12:19:34 +0000 (09:19 -0300)
commit436da1e96efff42e2adaa632bff20efdc91f570d
tree0770631446fc54b7e7c5da90d5154777c83ca1ea
parentae7ebe8770442f192a7f2f858e97f53f5c464a42
config: use order /etc, /run, /lib

This matches the change in systemd and udev. Log message on udev's
change by Kay Sievers:

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.
libkmod/libkmod.c