]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: fix check for figuring out whether to call chmod()
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 20:11:04 +0000 (21:11 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jan 2018 20:19:00 +0000 (21:19 +0100)
commitdc2335669afddc767eea2757f8d7dfc7a8f927fa
treeadf695442766bfc0f65e38c0a9a1db6a4bb3932b
parent59793c8f2e29507c2f6cd8bd1e8785bfbefd2952
tmpfiles: fix check for figuring out whether to call chmod()

No need to call chown() if everything matches already.
src/tmpfiles/tmpfiles.c