[Buildroot] [PATCH 1/2] skeleton: make /run a directory

Samuel Martin s.martin49 at gmail.com
Mon Dec 1 21:01:01 UTC 2014


On Mon, Dec 1, 2014 at 9:39 PM, André Erdmann <dywi at mailerd.de> wrote:
> Hi,
>
> 2014-11-27 17:48 GMT+01:00 Gustavo Zacarias <gustavo at zacarias.com.ar>:
>> Using a /tmp symlink makes it racy (mode 1777 for /tmp proper) and ugly.
>> While at it also point /var/run to /run until everything is moved there like
>> it should be.
>>
>> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
>> ---
>>  system/skeleton/run        | 1 -
>>  system/skeleton/run/.empty | 0
>>  system/skeleton/var/run    | 2 +-
>>  3 files changed, 1 insertion(+), 2 deletions(-)
>>  delete mode 120000 system/skeleton/run
>>  create mode 100644 system/skeleton/run/.empty
>>
>
> Shouldn't we link /var/lock to (../)run/lock then?

I think we shuould.

Regards,


-- 
Samuel


More information about the buildroot mailing list