wok-current rev 15920
slitaz-base-files: create /var/run
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 18 20:18:29 2014 +0000 (2014-02-18) |
parents | 9642e2562b88 |
children | 759c56de26cb |
files | slitaz-base-files/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Tue Feb 18 17:43:11 2014 +0100 1.2 +++ b/slitaz-base-files/receipt Tue Feb 18 20:18:29 2014 +0000 1.3 @@ -70,6 +70,9 @@ 1.4 $fs/var/spool \ 1.5 $fs/var/tmp 1.6 1.7 + # Daemons may store the pid files in /var/run 1.8 + ln -s /run $fs/var/run 1.9 + 1.10 # Copy all installed files and set permissions. 1.11 cp -a $install/* $fs 1.12