]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-tmpfiles: rename force to append_or_force
authorZach Smith <z@zxmth.us>
Fri, 4 Oct 2019 01:09:35 +0000 (18:09 -0700)
committerZach Smith <z@zxmth.us>
Fri, 4 Oct 2019 01:09:35 +0000 (18:09 -0700)
commitc55ac248257e780bc4e70492527ea910744c5226
tree1e2ce35c0b74d8b802a74825f0fbabc7e0542eea
parent10b843efb006da57c47cb07d48a2b21dbdfba8eb
systemd-tmpfiles: rename force to append_or_force

The force field of the Item struct is used to indicate
force creation or appending in different context. This
change renames the field to append_or_force to improve
readability.
src/tmpfiles/tmpfiles.c