chiark / gitweb /
tmpfiles: when processing lines, always process prefixes before suffixes
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Jun 2014 23:37:35 +0000 (01:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Jun 2014 23:37:35 +0000 (01:37 +0200)
commit1910cd0e05f7661986680e0a4472f4e857f90787
tree16473328c50e5376e365e948c20e3d795284153c
parent7bc040fab802ff20eacd1745e393f1766c8c35d9
tmpfiles: when processing lines, always process prefixes before suffixes

If two lines refer to paths that are suffix and prefix of each other,
then always process the prefix first, the suffix second. In all other
cases strictly process rules in the order they appear in the files.

This makes creating /var/run as symlink to /run a lot more fun, since it
is automatically created first.
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c