Blame SOURCES/nfs-utils-1.3.0-startstatd-systemd.patch

4f2874
diff -up nfs-utils-1.3.0/utils/statd/start-statd.orig nfs-utils-1.3.0/utils/statd/start-statd
4f2874
--- nfs-utils-1.3.0/utils/statd/start-statd.orig	2014-09-30 09:17:31.000000000 -0400
4f2874
+++ nfs-utils-1.3.0/utils/statd/start-statd	2014-09-30 09:15:01.000000000 -0400
4f2874
@@ -5,8 +5,9 @@
4f2874
 # It should run statd with whatever flags are apropriate for this
4f2874
 # site.
4f2874
 PATH="/sbin:/usr/sbin:/bin:/usr/bin"
4f2874
-if systemctl start statd.service
4f2874
+if systemctl start rpc-statd.service
4f2874
 then :
4f2874
 else
4f2874
     exec rpc.statd --no-notify
4f2874
 fi
4f2874
+