mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] nfsutils: fix paths in init script
@ 2020-10-21 14:41 Bastian Krause
  2020-10-21 14:41 ` [ptxdist] [PATCH 2/3] host-nfsutils: new package Bastian Krause
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bastian Krause @ 2020-10-21 14:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

The nfs-utils tools are installed into /usr/sbin since the /usr merge.

Fixes: e5068a95a ("nfsutils: /usr merge")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 projectroot/etc/init.d/nfsd | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/projectroot/etc/init.d/nfsd b/projectroot/etc/init.d/nfsd
index 744bdbf98..93ac82d05 100644
--- a/projectroot/etc/init.d/nfsd
+++ b/projectroot/etc/init.d/nfsd
@@ -8,15 +8,15 @@ case "$1" in
 		/bin/mount -t nfsd none /proc/fs/nfsd >/dev/null 2>&1
 
 		echo "Starting NFS mountd..."
-		/sbin/rpc.mountd
+		/usr/sbin/rpc.mountd
 
 		echo "Starting NFS nfsd..."
-		/sbin/rpc.nfsd -p 2049 3
+		/usr/sbin/rpc.nfsd -p 2049 3
 
 		echo "Starting NFS statd..."
-		/sbin/rpc.statd
+		/usr/sbin/rpc.statd
 
 		echo "Exporting NFS Filesystems..."
-		/sbin/exportfs -ra >/dev/null 2>&1
+		/usr/sbin/exportfs -ra >/dev/null 2>&1
 		;;
 esac
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-30 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 14:41 [ptxdist] [PATCH 1/3] nfsutils: fix paths in init script Bastian Krause
2020-10-21 14:41 ` [ptxdist] [PATCH 2/3] host-nfsutils: new package Bastian Krause
2020-10-30 12:02   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-21 14:41 ` [ptxdist] [PATCH 3/3] nfsutils: version bump 1.3.3 -> 2.5.1 Bastian Krause
2020-10-30 12:02   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-30 12:02 ` [ptxdist] [APPLIED] nfsutils: fix paths in init script Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox