Browse Source

basefiles: fix cyclic /var/tmp -> /var/tmp symlink

Phil Sutter 15 years ago
parent
commit
4d3b026021
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/src/etc/init.d/boot

+ 1 - 1
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