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:36:33 +0000 |
commit | 961376bf34dbc65e649c3fe6f2d9e1838d987aef (patch) | |
tree | 0ba5c69771a4bb10ad6ee03f08b6f06e361a25d0 /meta | |
parent | a3b84a3a3d94252060eae076f6dd54e6bf12dfb1 (diff) | |
download | openembedded-core-961376bf34dbc65e649c3fe6f2d9e1838d987aef.tar.gz openembedded-core-961376bf34dbc65e649c3fe6f2d9e1838d987aef.tar.bz2 openembedded-core-961376bf34dbc65e649c3fe6f2d9e1838d987aef.zip |
initscripts: remove /var/cache from volatiles
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@ # This explains the order of "link before object" as in the example above, where # a link will be created at /var/test pointing to /tmp/testfile and due to this # link the file defined as /var/test will actually be created as /tmp/testfile. -d root root 0755 /var/volatile/cache none d root root 1777 /var/volatile/lock none d root root 0755 /var/volatile/log none d root root 0755 /var/volatile/run none d root root 1777 /var/volatile/tmp none -l root root 0755 /var/cache /var/volatile/cache l root root 1777 /var/lock /var/volatile/lock l root root 0755 /var/log /var/volatile/log l root root 0755 /var/run /var/volatile/run |