[OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread Qi.Chen
From: Chen Qi Previously, if there's a link config item in the config file like l root root 1777 /tmp /var/tmp and /tmp has existed, the symlink will not be created correctly. Another example is the /run directory. If /run directory has been created by some recipe or script before

Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread ChenQi
On 02/20/2013 05:18 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 08:16, ChenQi wrote: On 02/20/2013 03:10 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 06:55:33 wrote: From: Chen Qi Previously, if there's a link config item in the config file like l root root

Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2013 08:16, ChenQi wrote: > On 02/20/2013 03:10 PM, Bernhard Reutner-Fischer wrote: >> >> On 20 February 2013 06:55:33 wrote: >>> >>> From: Chen Qi >>> >>> Previously, if there's a link config item in the config file like >>> >>> l root root 1777 /tmp /var/tmp >>> >>> and

Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-19 Thread ChenQi
On 02/20/2013 03:10 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 06:55:33 wrote: From: Chen Qi Previously, if there's a link config item in the config file like l root root 1777 /tmp /var/tmp and /tmp has existed, the symlink will not be created correctly. Another exampl

Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-19 Thread Bernhard Reutner-Fischer
On 20 February 2013 06:55:33 wrote: From: Chen Qi Previously, if there's a link config item in the config file like l root root 1777 /tmp /var/tmp and /tmp has existed, the symlink will not be created correctly. Another example is the /run directory. If /run directory has been c

[OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-19 Thread Qi.Chen
From: Chen Qi Previously, if there's a link config item in the config file like l root root 1777 /tmp /var/tmp and /tmp has existed, the symlink will not be created correctly. Another example is the /run directory. If /run directory has been created by some recipe or script before