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

André Erdmann dywi at mailerd.de
Mon Dec 1 20:39:51 UTC 2014


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?

-- 
André


More information about the buildroot mailing list