]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: use an ordered hashmap for the tmpfiles items
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 16:18:56 +0000 (18:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 16:20:27 +0000 (18:20 +0200)
commitef43a39176616e545ceb9f4c3ac03fd78fd5e4a6
tree9f887d3777ad550b02f42ef4e9776d69789d593d
parent3986b2581c5832a18bcd7449642a37052443e5ed
tmpfiles: use an ordered hashmap for the tmpfiles items

We should try to execute them in the same order they appear in the
configuration files, as it is documented. Hence move to an ordered
hashmap.

(Note though, that this still doesn't execute them completely in order:
we will still apply non-glob lines before glob-lines, and reorder lines
prefixing each other and that apply to the same paths).

http://lists.freedesktop.org/archives/systemd-devel/2015-March/029055.html
src/tmpfiles/tmpfiles.c