summaryrefslogtreecommitdiff
path: root/src/binfmt/binfmt.c
AgeCommit message (Collapse)Author
2012-03-22binfmt: fix apply loopLennart Poettering
Noticed by Sergey Ptashnick
2012-03-20bmfmt: allow passing more than one config file nameLennart Poettering
2012-03-14conf: when looking for configurations look in /etc first, in /run secondLennart Poettering
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.
2011-12-31binfmt: move sources to subdirectoryKay Sievers