tmpfiles: Don't fail if file does not exist in item_do()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 8 May 2024 09:35:21 +0000 (11:35 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 8 May 2024 10:01:37 +0000 (12:01 +0200)
commit677430b3c7fcd1b352eb66f19b8746741459b91a
treeb19181a41add8fb7d64a97d13f41d60673925080
parenta35edc9ad458c0ca3fa4f5435c4ceb2865a9de30
tmpfiles: Don't fail if file does not exist in item_do()

If the file was removed by some other program, we should just go
to the next one without failing. item_do() is only used for recursive
globs instead of fixed paths so skipping on missing files makes sense
(unlike if the path was fixed where we should probably fail).

Fixes #32691 (hopefully)
src/tmpfiles/tmpfiles.c