summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-04-11 23:37:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-12 20:06:23 +0200
commit4d3b0260219f6e7203b1b69ffec8a6c39b333bc9 (patch)
treeb8d37eaf965a3edcc754de8c1777cef5aa3e46a7 /package/base-files
parent0422754bce96ada3b228333f1eb3db8cf11cd862 (diff)
basefiles: fix cyclic /var/tmp -> /var/tmp symlink
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/src/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/src/etc/init.d/boot b/package/base-files/src/etc/init.d/boot
index 2ef6538e0..ed55ccc88 100644
--- a/package/base-files/src/etc/init.d/boot
+++ b/package/base-files/src/etc/init.d/boot
@@ -8,7 +8,7 @@ mkdir -p /var/log
mkdir -p /var/run
touch /var/log/lastlog
touch /var/log/wtmp
-ln -s /var/tmp /tmp
+ln -s /tmp /var/tmp
echo 0 > /proc/sys/kernel/printk