From 1b0dfd5296b8d420a9d77979330a05bda31577f4 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 30 Apr 2014 12:55:50 -0400 Subject: nfsdctltrack: ensure binary is installed in /sbin The kernel "knows" this lives in /sbin, so just like mount.nfs and osd_login, it must unconditionally be installed there. Signed-off-by: NeilBrown Signed-off-by: Steve Dickson --- utils/nfsdcltrack/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/nfsdcltrack/Makefile.am b/utils/nfsdcltrack/Makefile.am index a860ffb..7524295 100644 --- a/utils/nfsdcltrack/Makefile.am +++ b/utils/nfsdcltrack/Makefile.am @@ -1,5 +1,9 @@ ## 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 = nfsdcltrack.man EXTRA_DIST = $(man8_MANS) -- cgit