The location of rpc.statd is /usr/sbin instead of /sbin.
Signed-off-by: Yi Zhao <[email protected]>
---
meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
index 6c7b92bdb1..9b7fd17b41 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
@@ -137,7 +137,7 @@ case "$1" in
fi
start-stop-daemon --start --oknodo --quiet \
--pidfile /run/rpc.statd.pid \
- --exec /sbin/rpc.statd
+ --exec /usr/sbin/rpc.statd
RET=$?
if [ $RET != 0 ]; then
echo " failed" $RET
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#211865):
https://lists.openembedded.org/g/openembedded-core/message/211865
Mute This Topic: https://lists.openembedded.org/mt/111373723/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-