On 11/02/2016 09:49 AM, Thorsten Kukuk wrote: > On Wed, Nov 02, Steve Dickson wrote: > >> I just took a look and we don't set that... Here is what we >> set in Fedora >> >> RPCBDIR=/tmp >> %configure CFLAGS="$CFLAGS" LDFLAGS="-pie" \ >> --enable-warmstarts \ >> --with-statedir="$RPCBDIR" \ >> --with-rpcuser="$RPCBUSR" \ >> --with-nss-modules="files altfiles" \ >> --enable-libwrap \ >> --enable-debug > > The rpcbind Makefile has: > bin_PROGRAMS = rpcbind rpcinfo > > So per default, "make install" should install it into /usr/bin > and the patch from Niel with bin is correct. You are correct... In %install does the following mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcbind ${RPM_BUILD_ROOT}/sbin mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcinfo ${RPM_BUILD_ROOT}%{_sbindir} Since rpcbind lives in /usr/sbin in the majority distro I'm going to change the Makefile.am so "make install" will do the right thing... Any objections? steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html