diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-20 13:54:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-20 13:54:14 +0000 |
| commit | 76df5abe0b9d1e3a9125e51e12cbd1cf3b18366e (patch) | |
| tree | 79f66adf00efda428af51d35d7dcd59c6a1d0fdf /meta/packages/initscripts | |
| parent | 1cc5d12080404d17693e84a4b8537e3b0c1772e7 (diff) | |
| download | poky-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/volatiles | 28 | ||||
| -rw-r--r-- | meta/packages/initscripts/initscripts_1.0.bb | 2 |
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. |
| 24 | d root root 0775 /var none | 24 | d root root 0755 /var/volatile/cache none |
| 25 | d root root 0755 /var/backups none | 25 | d root root 1777 /var/volatile/lock none |
| 26 | d root root 0755 /var/cache none | 26 | d root root 0755 /var/volatile/log none |
| 27 | d root root 0755 /var/lib none | 27 | d root root 0755 /var/volatile/run none |
| 28 | d root root 0755 /var/lib/ipkg none | 28 | d root root 1777 /var/volatile/tmp none |
| 29 | d root root 0755 /var/lib/misc none | 29 | l root root 0755 /var/cache /var/volatile/cache |
| 30 | d root root 2775 /var/local none | 30 | l root root 1777 /var/lock /var/volatile/lock |
| 31 | d root root 1777 /var/lock none | 31 | l root root 0755 /var/log /var/volatile/log |
| 32 | l root root 0755 /var/run /var/volatile/run | ||
| 33 | l root root 1777 /var/tmp /var/volatile/tmp | ||
| 32 | d root root 0755 /var/lock/subsys none | 34 | d root root 0755 /var/lock/subsys none |
| 33 | d root root 0755 /var/log none | ||
| 34 | d root root 0755 /var/run none | ||
| 35 | d root root 0755 /var/spool none | ||
| 36 | d root root 1777 /var/tmp none | ||
| 37 | f root root 0664 /var/run/utmp none | ||
| 38 | f root root 0664 /var/log/wtmp none | 35 | f root root 0664 /var/log/wtmp none |
| 39 | f root root 0664 /var/log/lastlog none | 36 | f root root 0664 /var/run/utmp none |
| 37 | l root root 0644 /etc/resolv.conf /var/run/resolv.conf | ||
| 38 | f 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" | |||
| 4 | DEPENDS = "makedevs" | 4 | DEPENDS = "makedevs" |
| 5 | RDEPENDS = "makedevs" | 5 | RDEPENDS = "makedevs" |
| 6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
| 7 | PR = "r105" | 7 | PR = "r106" |
| 8 | 8 | ||
| 9 | SRC_URI = "file://functions \ | 9 | SRC_URI = "file://functions \ |
| 10 | file://halt \ | 10 | file://halt \ |
