On 2/26/25 01:19, Khem Raj wrote:
On Mon, Feb 24, 2025 at 11:04 PM Yi Zhao via lists.openembedded.org <https://urldefense.com/v3/__http://lists.openembedded.org__;!!AjveYdw8EvQ!YQpIhAuDuk9NODS4b584fgo2EjPOozFOsEHYqDnGZgh-d00DSYJWaXxc7JWZbumpVZQ2D10tDepFo3CAt-Y50g$> <[email protected]> wrote: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 <https://urldefense.com/v3/__http://rpc.statd.pid__;!!AjveYdw8EvQ!YQpIhAuDuk9NODS4b584fgo2EjPOozFOsEHYqDnGZgh-d00DSYJWaXxc7JWZbumpVZQ2D10tDepFo3AoB5EA6A$> \ - --exec /sbin/rpc.statd + --exec /usr/sbin/rpc.statd Is this always the case or depends upon usrmerge distro feature
This is always the case, because even without usrmerge feature, the default location for rpc.statd is in /usr/sbin.
//Yi
RET=$? if [ $RET != 0 ]; then echo " failed" $RET-- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211938): https://lists.openembedded.org/g/openembedded-core/message/211938 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]] -=-=-=-=-=-=-=-=-=-=-=-
