According to the guidelines in hier(7), nfsdcld should live in /usr/sbin and not /sbin. Plus, the nfsdcld.service systemd unit file is looking for it in /usr/sbin. Signed-off-by: Scott Mayhew <smayhew@xxxxxxxxxx> --- utils/nfsdcld/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/nfsdcld/Makefile.am b/utils/nfsdcld/Makefile.am index 2c4e5a1..273d64f 100644 --- a/utils/nfsdcld/Makefile.am +++ b/utils/nfsdcld/Makefile.am @@ -1,9 +1,5 @@ ## Process this file with automake to produce Makefile.in -# These binaries go in /sbin (not /usr/sbin), and that cannot be -# overridden at config time. The kernel "knows" the /sbin name. -sbindir = /sbin - man8_MANS = nfsdcld.man EXTRA_DIST = $(man8_MANS) -- 2.17.2