busybox: create /var/log, dont create /var/tmp and /var/log/wtmp (done by systemd)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-04 16:52:16 +02:00
parent d8a7c75bfc
commit 6a9f6f2d9a

View File

@ -21,9 +21,8 @@
d /var/cache 0755 root root 10d -
d /var/lib 0755 root root 10d -
d /var/lock 0755 root root 10d -
d /var/log 0755 root root - -
d /var/media 0755 root root 10d -
d /var/run 1777 root root 10d -
d /var/tmp 1777 root root 10d -
f /var/run/utmp 1777 root root 10d -
f /var/log/wtmp 1777 root root 10d -