blob: 822939f0d24c592d6c37d8ea2ec6d46fe9f7527e [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001From 398fed3bb0350cb1229e54e7020ae0e044c206d1 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Ulrich=20=C3=96lmann?= <u.oelmann@pengutronix.de>
3Date: Wed, 17 Feb 2016 08:33:45 +0100
4Subject: bugfix: adjust statd service name
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service'
10instead but forgot to update the mount.nfs helper 'start-statd' accordingly.
11
12Upstream-Status: Inappropriate [other]
13
14Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
15---
16 utils/statd/start-statd | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
Brad Bishop316dfdd2018-06-25 12:45:53 -040019Index: nfs-utils-2.1.1/utils/statd/start-statd
20===================================================================
21--- nfs-utils-2.1.1.orig/utils/statd/start-statd
22+++ nfs-utils-2.1.1/utils/statd/start-statd
23@@ -28,7 +28,7 @@ fi
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050024 # First try systemd if it's installed.
25 if [ -d /run/systemd/system ]; then
26 # Quit only if the call worked.
27- systemctl start rpc-statd.service && exit
28+ systemctl start nfs-statd.service && exit
29 fi
30
Brad Bishop316dfdd2018-06-25 12:45:53 -040031 cd /