sysvinit: bootlogd: Don't run savelog if it's not installed
authorRichard Tollerton <rich.tollerton@ni.com>
Tue, 22 Jul 2014 20:23:35 +0000 (15:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2014 20:59:17 +0000 (21:59 +0100)
commitc83d6a615363405c6657d6ec8e985f56c5c1b396
treed022b0afb105ac10ca5be7427b909e0a8bd2dbc9
parent242cded1a6c952219d6e7281d06ca1b1b6563197
sysvinit: bootlogd: Don't run savelog if it's not installed

bootlogd's default log rotation code on stop requires `savelog`, which
is in debianutils, which may not be installed.  If it's not installed,
don't try to perform the log rotation.

That is: in the affected code block, `savelog` is what is responsible
for creating "boot.0".  When `savelog` doesn't exist, an error message
gets printed on bootup to the effect of "mv: can't find boot.0".

(From OE-Core rev: 5c22973e1bf76615bcf57984ac7a30cf7d0766df)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/sysvinit/sysvinit/bootlogd.init