From patchwork Mon Feb 4 09:26:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] initscripts: remove /var/cache from volatiles Date: Mon, 04 Feb 2013 09:26:07 -0000 From: Laurentiu Palcu X-Patchwork-Id: 43955 Message-Id: <95e02ce562e0504ffcc1d5fecc1d3d098fe9c0e6.1359968730.git.laurentiu.palcu@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Laurentiu Palcu --- .../initscripts/initscripts-1.0/volatiles | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index e0741aa..087ab0a 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