wok rev 16572
slitaz-base-files: dont symlink /var/run, it --bind on /rn tmpfs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 19:10:08 2014 +0200 (2014-05-02) |
parents | fbb39f708ff6 |
children | fd764265ec1e |
files | slitaz-base-files/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Fri May 02 18:45:35 2014 +0200 1.2 +++ b/slitaz-base-files/receipt Fri May 02 19:10:08 2014 +0200 1.3 @@ -68,10 +68,12 @@ 1.4 $fs/var/lock \ 1.5 $fs/var/log/slitaz \ 1.6 $fs/var/spool \ 1.7 - $fs/var/tmp 1.8 + $fs/var/tmp \ 1.9 + $fs/var/run 1.10 1.11 - # Daemons may store the pid files in /var/run 1.12 - ln -s /run $fs/var/run 1.13 + # Daemons may store the pid files in /var/run 1.14 + # from 5.0 /var/run is mounted as tmpfs 1.15 + #ln -s /run $fs/var/run 1.16 1.17 # Copy all installed files and set permissions. 1.18 cp -a $install/* $fs