From d02a5a7e4e9f38a5e35d97dd20363dca05246c08 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 25 Feb 2025 15:03:41 +0800 Subject: [PATCH] nfs-utils: fix rpc.statd path in initscript The location of rpc.statd is /usr/sbin instead of /sbin. (From OE-Core rev: 19494e414429b74d2a15b32f21b1b3067d3a41b2) Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- 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