]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
update-rc.d.bbclass: check that init script is executable before running it
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 6 Oct 2016 13:37:04 +0000 (16:37 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2016 15:53:18 +0000 (16:53 +0100)
commitac647ea6964e166c395334fe107015030adc1b76
tree638926a47d32adbdce05370d2612c638c290819b
parent35362715b1fa0bbdc052d81a327a0a36131be4d1
update-rc.d.bbclass: check that init script is executable before running it

Check that the init script that is going to be called in the prerm()
script really exists and is executable. There might be a packaging bug
or the script might've been removed already earlier in prerm().

[YOCTO #10299]

(From OE-Core rev: aabb87c9dbd60fe9467ca0354ec05c275a3f1b1a)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/update-rc.d.bbclass