package/busybox: fix path for crond binary in S50crond during stop

Signed-off-by: Stephan Henningsen <stephan+buildroot@asklandd.dk>
Signed-off-by: Stephan Henningsen <stephan@asklandd.dk>
Reviewed-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 4ee0195241)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Stephan Henningsen
2025-05-31 23:24:33 +02:00
committed by Thomas Perale
parent 190426a830
commit 77eda2778d

View File

@@ -36,7 +36,7 @@ stop() {
echo "FAIL"
fi
while start-stop-daemon --stop --test --quiet --pidfile "$PIDFILE" \
--exec "/sbin/$DAEMON"; do
--exec "/usr/sbin/$DAEMON"; do
sleep 0.1
done
rm -f "$PIDFILE"