diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-27 19:26:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 19:26:54 +0000 |
commit | 7731f581565b5f1ff250bbab02459abb06cd8660 (patch) | |
tree | 7cee2d98e4688064fb0495da9f1e43472c28b919 /packages | |
parent | 581e1f906d20e2e439de0e9511491b214f06fcd9 (diff) | |
parent | 0d9b79802de96d5e4a5a0334d643eae861a215ae (diff) |
propagate from branch 'org.openembedded.dev' (head 2c4036a31ef41e89a3bef730def510b4cfafbcf6)
to branch 'org.openembedded.nslu2-linux' (head f54d4d54bd1c846d076892b41adde99980579f2d)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/initscripts/initscripts-1.0/volatiles | 10 | ||||
-rw-r--r-- | packages/unionfs/unionfs-modules_1.0.13.bb | 3 | ||||
-rw-r--r-- | packages/unionfs/unionfs-utils_1.0.13.bb | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/packages/initscripts/initscripts-1.0/volatiles b/packages/initscripts/initscripts-1.0/volatiles index 45d373cedc..37ce8b529a 100644 --- a/packages/initscripts/initscripts-1.0/volatiles +++ b/packages/initscripts/initscripts-1.0/volatiles @@ -12,10 +12,20 @@ # l root root 0777 /var/test /tmp/testfile # f root root 0644 /var/test # +# Understanding links: +# When populate-volatile is to verify/create a directory or file, it will first +# check it's existence. If a link is found to exist in the place of the target, +# the path of the target is replaced with the target the link points to. +# Thus, if a link is in the place to be verified, the object will be created +# in the place the link points to instead. +# 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 0775 /var d root root 0755 /var/backups d root root 0755 /var/cache d root root 0755 /var/lib +d root root 0755 /var/lib/ipkg d root root 0755 /var/lib/misc d root root 2775 /var/local d root root 1777 /var/lock diff --git a/packages/unionfs/unionfs-modules_1.0.13.bb b/packages/unionfs/unionfs-modules_1.0.13.bb index 2ff8ff588c..b18aaa9ac7 100644 --- a/packages/unionfs/unionfs-modules_1.0.13.bb +++ b/packages/unionfs/unionfs-modules_1.0.13.bb @@ -1,3 +1,6 @@ +# When mickeyl decides to check in the correct make.patch, then the following line can be removed. +DEFAULT_PREFERENCE = "-1" + PARALLEL_MAKE = "" include unionfs-modules.inc diff --git a/packages/unionfs/unionfs-utils_1.0.13.bb b/packages/unionfs/unionfs-utils_1.0.13.bb index be08882810..c7565e2364 100644 --- a/packages/unionfs/unionfs-utils_1.0.13.bb +++ b/packages/unionfs/unionfs-utils_1.0.13.bb @@ -1,2 +1,5 @@ +# When mickeyl decides to check in the correct make.patch, then the following line can be removed. +DEFAULT_PREFERENCE = "-1" + include unionfs-utils.inc |