summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-20 13:54:14 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-20 13:54:14 +0000
commit76df5abe0b9d1e3a9125e51e12cbd1cf3b18366e (patch)
tree79f66adf00efda428af51d35d7dcd59c6a1d0fdf /meta/packages/initscripts
parent1cc5d12080404d17693e84a4b8537e3b0c1772e7 (diff)
downloadpoky-76df5abe0b9d1e3a9125e51e12cbd1cf3b18366e.tar.gz
base-files/initscripts: Switch to using /var/volatile for volatiles in common with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4510 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts')
-rw-r--r--meta/packages/initscripts/initscripts-1.0/volatiles28
-rw-r--r--meta/packages/initscripts/initscripts_1.0.bb2
2 files changed, 15 insertions, 15 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/volatiles b/meta/packages/initscripts/initscripts-1.0/volatiles
index 9fa7a46825..b2ae2794dc 100644
--- a/meta/packages/initscripts/initscripts-1.0/volatiles
+++ b/meta/packages/initscripts/initscripts-1.0/volatiles
@@ -21,19 +21,19 @@
21# This explains the order of "link before object" as in the example above, where 21# This explains the order of "link before object" as in the example above, where
22# a link will be created at /var/test pointing to /tmp/testfile and due to this 22# a link will be created at /var/test pointing to /tmp/testfile and due to this
23# link the file defined as /var/test will actually be created as /tmp/testfile. 23# link the file defined as /var/test will actually be created as /tmp/testfile.
24d root root 0775 /var none 24d root root 0755 /var/volatile/cache none
25d root root 0755 /var/backups none 25d root root 1777 /var/volatile/lock none
26d root root 0755 /var/cache none 26d root root 0755 /var/volatile/log none
27d root root 0755 /var/lib none 27d root root 0755 /var/volatile/run none
28d root root 0755 /var/lib/ipkg none 28d root root 1777 /var/volatile/tmp none
29d root root 0755 /var/lib/misc none 29l root root 0755 /var/cache /var/volatile/cache
30d root root 2775 /var/local none 30l root root 1777 /var/lock /var/volatile/lock
31d root root 1777 /var/lock none 31l root root 0755 /var/log /var/volatile/log
32l root root 0755 /var/run /var/volatile/run
33l root root 1777 /var/tmp /var/volatile/tmp
32d root root 0755 /var/lock/subsys none 34d root root 0755 /var/lock/subsys none
33d root root 0755 /var/log none
34d root root 0755 /var/run none
35d root root 0755 /var/spool none
36d root root 1777 /var/tmp none
37f root root 0664 /var/run/utmp none
38f root root 0664 /var/log/wtmp none 35f root root 0664 /var/log/wtmp none
39f root root 0664 /var/log/lastlog none 36f root root 0664 /var/run/utmp none
37l root root 0644 /etc/resolv.conf /var/run/resolv.conf
38f root root 0644 /var/run/resolv.conf none
39
diff --git a/meta/packages/initscripts/initscripts_1.0.bb b/meta/packages/initscripts/initscripts_1.0.bb
index 55998c0a4a..242e85086e 100644
--- a/meta/packages/initscripts/initscripts_1.0.bb
+++ b/meta/packages/initscripts/initscripts_1.0.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
4DEPENDS = "makedevs" 4DEPENDS = "makedevs"
5RDEPENDS = "makedevs" 5RDEPENDS = "makedevs"
6LICENSE = "GPL" 6LICENSE = "GPL"
7PR = "r105" 7PR = "r106"
8 8
9SRC_URI = "file://functions \ 9SRC_URI = "file://functions \
10 file://halt \ 10 file://halt \