]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: also order glob child/parent relationships 10858/head
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 15:32:23 +0000 (16:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 15:36:29 +0000 (16:36 +0100)
commitbd0ce2447d4e8be510e605699f866605274d6c71
tree3066985aece26df16ce28150b6335c590989cc10
parent09f467ac2482daa150b35e0a7c1fbddd726e4b10
tmpfiles: also order glob child/parent relationships

This is necessary so that "r" can be nested and are always executed in
the same order.

Fixes: #10191
src/tmpfiles/tmpfiles.c
test/TEST-22-TMPFILES/test-07.sh [new file with mode: 0755]