diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-23 01:31:22 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-23 01:31:22 +0200 |
commit | a771644fd3a3ac055ec0c62fbe434aed0df002fe (patch) | |
tree | 7df128d3b7950dbb29bf96fc30e25c7bc28041a0 /initd | |
parent | 4574087e5ab6e5bb2758b4da85d0916ff5bd2329 (diff) | |
download | unitd-a771644fd3a3ac055ec0c62fbe434aed0df002fe.tar unitd-a771644fd3a3ac055ec0c62fbe434aed0df002fe.zip |
remove ->
[ 1.240000] init: failed to symlink /tmp -> /var
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'initd')
-rw-r--r-- | initd/early.c | 2 |
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 |