]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't reorder drop-ins when changing properties
authorLennart Poettering <lennart@poettering.net>
Fri, 26 Feb 2016 16:58:37 +0000 (17:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2016 11:43:31 +0000 (13:43 +0200)
commit193dc81ee336ad07b92e7e945b458eb24f615f55
treecdac192db885482a53cd4ce40e172875d35a0b5c
parentd7e0da1db2ac9e747893ef5f565c554eb246e3f4
core: don't reorder drop-ins when changing properties

The drop-in order we present should actually show what we is in effect, hence
let's not reorder it when writing changes. After all, just sorting
alphabetically is going to break things, as it doesn't respect that /etc breaks
/run breaks /usr...
src/core/unit.c