From: Peter Marko <[email protected]> Commit 9998d91f982cd323fa5da20edda8b1828bd4fb5d moved start-stop-daemon from /sbin to /usr/sbin. Adapt busybox-udhcpd to this change.
Signed-off-by: Peter Marko <[email protected]> --- meta/recipes-core/busybox/files/busybox-udhcpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/files/busybox-udhcpd b/meta/recipes-core/busybox/files/busybox-udhcpd index c43903e8dc..d35f8540d1 100755 --- a/meta/recipes-core/busybox/files/busybox-udhcpd +++ b/meta/recipes-core/busybox/files/busybox-udhcpd @@ -15,12 +15,12 @@ case "$1" in echo "error: /etc/udhcpd.conf is missing." exit 1 fi - /sbin/start-stop-daemon -S -b -n $NAME -a $DAEMON -- $ARGS + /usr/sbin/start-stop-daemon -S -b -n $NAME -a $DAEMON -- $ARGS echo "done." ;; stop) echo -n "stopping $DESC: $NAME... " - /sbin/start-stop-daemon -K -n $NAME + /usr/sbin/start-stop-daemon -K -n $NAME echo "done." ;; restart)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230886): https://lists.openembedded.org/g/openembedded-core/message/230886 Mute This Topic: https://lists.openembedded.org/mt/117736172/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
