diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-04 11:26:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:37:29 +0000 |
commit | ebe073094668c13be0e2e8a9296550e8a93f2046 (patch) | |
tree | 70a47d0e09623701d8c32df6115832048eb76942 /meta/recipes-core | |
parent | 0bb55777ba2c73f8d931112246a8ac2a7530041e (diff) | |
download | poky-ebe073094668c13be0e2e8a9296550e8a93f2046.tar.gz |
initscripts: remove /var/cache from volatiles
(From OE-Core rev: 961376bf34dbc65e649c3fe6f2d9e1838d987aef)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index f7e2ef7aef..f0c796c406 100644 --- a/meta/recipes-core/initscripts/initscripts-1.0/volatiles +++ b/meta/recipes-core/initscripts/initscripts-1.0/volatiles | |||
@@ -21,12 +21,10 @@ | |||
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 0755 /var/volatile/cache none | ||
25 | d root root 1777 /var/volatile/lock none | 24 | d root root 1777 /var/volatile/lock none |
26 | d root root 0755 /var/volatile/log none | 25 | d root root 0755 /var/volatile/log none |
27 | d root root 0755 /var/volatile/run none | 26 | d root root 0755 /var/volatile/run none |
28 | d root root 1777 /var/volatile/tmp none | 27 | d root root 1777 /var/volatile/tmp none |
29 | l root root 0755 /var/cache /var/volatile/cache | ||
30 | l root root 1777 /var/lock /var/volatile/lock | 28 | l root root 1777 /var/lock /var/volatile/lock |
31 | l root root 0755 /var/log /var/volatile/log | 29 | l root root 0755 /var/log /var/volatile/log |
32 | l root root 0755 /var/run /var/volatile/run | 30 | l root root 0755 /var/run /var/volatile/run |