[oe-commits] Mike Westerhof : SlugOS: turnup - create /var/lib/opkg/tmp directory ( for opkg).

git version control git at git.openembedded.org
Sat Feb 12 21:30:07 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d71497dc684d3a58166a1504546eded1e85f4919
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d71497dc684d3a58166a1504546eded1e85f4919

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Feb 12 15:28:24 2011 -0600

SlugOS: turnup - create /var/lib/opkg/tmp directory (for opkg).

---

 recipes/slugos-init/files/turnup |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/slugos-init/files/turnup b/recipes/slugos-init/files/turnup
index 118a57d..ae82b9d 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"





More information about the Openembedded-commits mailing list