summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-23 01:31:22 +0200
committerJohn Crispin <blogic@openwrt.org>2015-05-23 01:31:22 +0200
commita771644fd3a3ac055ec0c62fbe434aed0df002fe (patch)
tree7df128d3b7950dbb29bf96fc30e25c7bc28041a0
parent4574087e5ab6e5bb2758b4da85d0916ff5bd2329 (diff)
downloadunitd-a771644fd3a3ac055ec0c62fbe434aed0df002fe.tar
unitd-a771644fd3a3ac055ec0c62fbe434aed0df002fe.zip
remove ->
[ 1.240000] init: failed to symlink /tmp -> /var Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r--initd/early.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/initd/early.c b/initd/early.c
index 593449b..ccf7aab 100644
--- 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