]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
nfs-utils: fix rpc.statd path in initscript
authorYi Zhao <yi.zhao@eng.windriver.com>
Tue, 25 Feb 2025 07:03:41 +0000 (15:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2025 10:47:09 +0000 (10:47 +0000)
The location of rpc.statd is /usr/sbin instead of /sbin.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon

index 6c7b92bdb1b7e501ad9cc1f9f9341a75063de39f..9b7fd17b41ff70b1eb54e66d81d6c4d683dcbbbf 100644 (file)
@@ -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