Re: [OE-core] [PATCH 1/1] hwclock.sh: check for the existence of /etc/default/rcS

2013-02-19 Thread ChenQi
On 02/19/2013 07:10 PM, Bernhard Reutner-Fischer wrote: On 19 February 2013 08:59, wrote: From: Chen Qi /etc/default/rcS might be missing if the init manager is not sysvinit. So we have to check for the existence of this file before sourcing it. [YOCTO #3697] Signed-off-by: Chen Qi ---

Re: [OE-core] [PATCH 1/1] hwclock.sh: check for the existence of /etc/default/rcS

2013-02-19 Thread Bernhard Reutner-Fischer
On 19 February 2013 08:59, wrote: > From: Chen Qi > > /etc/default/rcS might be missing if the init manager is not sysvinit. > So we have to check for the existence of this file before sourcing it. > > [YOCTO #3697] > > Signed-off-by: Chen Qi > --- > meta/recipes-core/busybox/files/hwclock.sh

[OE-core] [PATCH 1/1] hwclock.sh: check for the existence of /etc/default/rcS

2013-02-18 Thread Qi.Chen
From: Chen Qi /etc/default/rcS might be missing if the init manager is not sysvinit. So we have to check for the existence of this file before sourcing it. [YOCTO #3697] Signed-off-by: Chen Qi --- meta/recipes-core/busybox/files/hwclock.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion