diff mbox series

[nfs-utils,1/3] nfsdcld: don't override sbindir

Message ID 20191126154718.22645-2-smayhew@redhat.com (mailing list archive)
State New, archived
Headers show
Series A few small nfsdcld fixes | expand

Commit Message

Scott Mayhew Nov. 26, 2019, 3:47 p.m. UTC
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@redhat.com>
---
 utils/nfsdcld/Makefile.am | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

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)