diff options
Diffstat (limited to 'meta/recipes-core/initscripts/initscripts-1.0/volatiles')
| -rw-r--r-- | meta/recipes-core/initscripts/initscripts-1.0/volatiles | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles index 270f128a12..297245d0e4 100644 --- a/meta/recipes-core/initscripts/initscripts-1.0/volatiles +++ b/meta/recipes-core/initscripts/initscripts-1.0/volatiles | |||
| @@ -21,13 +21,12 @@ | |||
| 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 1777 /var/volatile/lock none | 24 | d root root 1777 /run/lock none |
| 25 | d root root 0755 /var/volatile/log none | 25 | d root root 0755 /var/volatile/log none |
| 26 | d root root 0755 /var/volatile/run none | ||
| 27 | d root root 1777 /var/volatile/tmp none | 26 | d root root 1777 /var/volatile/tmp none |
| 28 | l root root 1777 /var/lock /var/volatile/lock | 27 | l root root 1777 /var/lock /run/lock |
| 29 | l root root 0755 /var/log /var/volatile/log | 28 | l root root 0755 /var/log /var/volatile/log |
| 30 | l root root 0755 /var/run /var/volatile/run | 29 | l root root 0755 /var/run /run |
| 31 | l root root 1777 /var/tmp /var/volatile/tmp | 30 | l root root 1777 /var/tmp /var/volatile/tmp |
| 32 | l root root 1777 /tmp /var/tmp | 31 | l root root 1777 /tmp /var/tmp |
| 33 | d root root 0755 /var/lock/subsys none | 32 | d root root 0755 /var/lock/subsys none |
