# HG changeset patch # User Christophe Lincoln # Date 1399050608 -7200 # Node ID e6c3e20d5ab0b8af9e770cf9d99d2dd49e2e77e7 # Parent fbb39f708ff6fca5971e85673f66389fd71e0abf slitaz-base-files: dont symlink /var/run, it --bind on /rn tmpfs diff -r fbb39f708ff6 -r e6c3e20d5ab0 slitaz-base-files/receipt --- a/slitaz-base-files/receipt Fri May 02 18:45:35 2014 +0200 +++ b/slitaz-base-files/receipt Fri May 02 19:10:08 2014 +0200 @@ -68,10 +68,12 @@ $fs/var/lock \ $fs/var/log/slitaz \ $fs/var/spool \ - $fs/var/tmp + $fs/var/tmp \ + $fs/var/run - # Daemons may store the pid files in /var/run - ln -s /run $fs/var/run + # Daemons may store the pid files in /var/run + # from 5.0 /var/run is mounted as tmpfs + #ln -s /run $fs/var/run # Copy all installed files and set permissions. cp -a $install/* $fs