X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Ftmpfiles.c;h=1ad5a01eab9eaf3abd32c8fa4d7340287c34498b;hb=b568b917b002425e28ff8009f4c1d4f35a8b03e3;hp=73246bdd6773a605ea8f388a9bbf75e7c6acc8f9;hpb=29003cffa7389256a9ac1e42c8a47f85a633573d;p=elogind.git diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 73246bdd6..1ad5a01ea 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -497,8 +497,9 @@ static int parse_line(const char *fname, unsigned line, const char *buffer, cons } if (i->type != CREATE_FILE && - i->type != CREATE_DIRECTORY && i->type != TRUNCATE_FILE && + i->type != CREATE_DIRECTORY && + i->type != TRUNCATE_DIRECTORY && i->type != IGNORE_PATH && i->type != REMOVE_PATH && i->type != RECURSIVE_REMOVE_PATH) {