From d71497dc684d3a58166a1504546eded1e85f4919 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 12 Feb 2011 15:28:24 -0600 Subject: [PATCH] SlugOS: turnup - create /var/lib/opkg/tmp directory (for opkg). --- recipes/slugos-init/files/turnup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/slugos-init/files/turnup b/recipes/slugos-init/files/turnup index 118a57d808..ae82b9d50b 100644 --- a/recipes/slugos-init/files/turnup +++ b/recipes/slugos-init/files/turnup @@ -27,6 +27,8 @@ l root root 1777 /var/tmp /var/volatile/tmp d root root 0755 /var/lock/subsys none d root root 0755 /var/lib/dropbear none d root root 0755 /var/lib/misc none +d root root 0755 /var/lib/opkg none +d root root 0755 /var/lib/opkg/tmp none f root root 0664 /var/log/wtmp none f root root 0664 /var/log/lastlog none f root root 0664 /var/run/utmp none" @@ -50,6 +52,7 @@ d root root 0755 /var/lock/subsys none d root root 0755 /var/lib/dropbear none d root root 0755 /var/lib/misc none d root root 0755 /var/lib/opkg none +d root root 0755 /var/lib/opkg/tmp none f root root 0664 /var/log/wtmp none f root root 0664 /var/log/lastlog none f root root 0664 /var/run/utmp none" @@ -69,6 +72,7 @@ d root root 0755 /var/lock/subsys none d root root 0755 /var/lib/dropbear none d root root 0755 /var/lib/misc none d root root 0755 /var/lib/opkg none +d root root 0755 /var/lib/opkg/tmp none f root root 0664 /var/log/wtmp none f root root 0664 /var/log/lastlog none f root root 0664 /var/run/utmp none" -- 2.39.5