]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
busybox: Set PATH in syslog initscript
authorMartijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Thu, 5 Oct 2023 19:37:49 +0000 (21:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2023 10:50:54 +0000 (11:50 +0100)
commitfa53f898eaba15dff030f9eadf86e5bca7d954fa
treeb768410084295fc7c6f0c369dca85007012a15ef
parent7c42b976d7a72acf917bae9d055768a1350e507d
busybox: Set PATH in syslog initscript

This script is not always called with /sbin and /usr/sbin in the PATH
already, for example when called via ssh. Explicitly set PATH to make
sure it includes /sbin and /usr/sbin since that's where start-stop-daemon
is located.

Signed-off-by: Martijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/files/syslog