summaryrefslogtreecommitdiff
path: root/src/tmpfiles/tmpfiles.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-11 00:12:21 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-11 00:12:21 +0200
commit9339db7187c61eb7ae7e6ffcddb2b2f2686954eb (patch)
tree0e2e548e623af78908ec86ed70a8e0d375d9a873 /src/tmpfiles/tmpfiles.c
parent61147436a37ecf523cf3a08f10d139371a4a55ad (diff)
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.
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-rw-r--r--src/tmpfiles/tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 89f6c6bd1..4c0f23e2e 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;
}