From d139b24a808beb0dd39d1a80023c111241c0a009 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Jun 2012 14:31:00 +0200 Subject: update TODO --- src/tmpfiles/tmpfiles.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tmpfiles') diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 841d163523..dfe3daa7f7 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -843,6 +843,8 @@ static int remove_item_instance(Item *i, const char *instance) { case TRUNCATE_DIRECTORY: case RECURSIVE_REMOVE_PATH: + /* FIXME: we probably should use dir_cleanup() here + * instead of rm_rf() so that 'x' is honoured. */ r = rm_rf(instance, false, i->type == RECURSIVE_REMOVE_PATH, false); if (r < 0 && r != -ENOENT) { log_error("rm_rf(%s): %s", instance, strerror(-r)); -- cgit v1.2.3-54-g00ecf