diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2025-02-25 15:03:41 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 10:55:16 +0000 |
| commit | d02a5a7e4e9f38a5e35d97dd20363dca05246c08 (patch) | |
| tree | 521b020a82f8aed7a564caaa884ffc798d67c0e4 /meta/recipes-connectivity | |
| parent | 77c10c60a4fbccf750d13d1403f42fac28d3c1e9 (diff) | |
| download | poky-d02a5a7e4e9f38a5e35d97dd20363dca05246c08.tar.gz | |
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 <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 137 | fi | 137 | fi |
| 138 | start-stop-daemon --start --oknodo --quiet \ | 138 | start-stop-daemon --start --oknodo --quiet \ |
| 139 | --pidfile /run/rpc.statd.pid \ | 139 | --pidfile /run/rpc.statd.pid \ |
| 140 | --exec /sbin/rpc.statd | 140 | --exec /usr/sbin/rpc.statd |
| 141 | RET=$? | 141 | RET=$? |
| 142 | if [ $RET != 0 ]; then | 142 | if [ $RET != 0 ]; then |
| 143 | echo " failed" $RET | 143 | echo " failed" $RET |
