From 9339db7187c61eb7ae7e6ffcddb2b2f2686954eb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jun 2014 00:12:21 +0200 Subject: tmpfiles: always recreate the most basic directory structure in /var Let's allow booting up with /var empty. Only create the most basic directories to get to a working directory structure and symlink set in /var. --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tmpfiles') diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 89f6c6bd15..4c0f23e2ed 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -750,7 +750,7 @@ static int create_item(Item *i) { } if (!streq(i->argument, x)) { - log_error("%s is not the right symlinks.", i->path); + log_error("%s is not the right symlink.", i->path); return -EEXIST; } -- cgit v1.2.3-54-g00ecf