projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4574087
)
remove ->
author
John Crispin
<blogic@openwrt.org>
Fri, 22 May 2015 23:31:22 +0000
(
01:31
+0200)
committer
John Crispin
<blogic@openwrt.org>
Fri, 22 May 2015 23:31:22 +0000
(
01:31
+0200)
[ 1.240000] init: failed to symlink /tmp -> /var
Signed-off-by: John Crispin <blogic@openwrt.org>
initd/early.c
patch
|
blob
|
history
diff --git
a/initd/early.c
b/initd/early.c
index 593449b619a669bf5c09add4be70b9b1bf1c064d..ccf7aabf99bc5891b3c7b8e41ca7e357ce8c6bea 100644
(file)
--- a/
initd/early.c
+++ b/
initd/early.c
@@
-77,8
+77,6
@@
early_mounts(void)
mkdir("/tmp/run", 0777);
mkdir("/tmp/lock", 0777);
mkdir("/tmp/state", 0777);
- if (symlink("/tmp", "/var"))
- ERROR("failed to symlink /tmp -> /var\n");
}
static void