Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628766 - =net-nds/rpcbind-9999: rpcbind is now installed to sbindir (not bindir)
Summary: =net-nds/rpcbind-9999: rpcbind is now installed to sbindir (not bindir)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 19:20 UTC by Michael Orlitzky
Modified: 2018-01-20 17:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2017-08-23 19:20:35 UTC
http://git.linux-nfs.org/?p=steved/rpcbind.git;a=commit;h=9afccfcd5ab350d6bc72622f3d1ccfb9e54652b0

The ebuild should no longer set

  --bindir="${EPREFIX}"/sbin

Another minor redundancy is,

  --with-rpcuser=root

in light of

  --with-rpcuser=ARG      use ARG for RPC [default=root]
Comment 1 Michael Orlitzky gentoo-dev 2017-12-24 00:18:44 UTC
Does anyone mind if I fix this?
Comment 2 Larry the Git Cow gentoo-dev 2018-01-20 17:29:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21091ab12da59df78633ca800900d6e622042a2

commit d21091ab12da59df78633ca800900d6e622042a2
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2018-01-20 17:21:19 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2018-01-20 17:22:22 +0000

    net-nds/rpcbind: use default values for "--bindir" and "--with-rpcuser"
    
    Upstream commit 9afccfc moves the rpcbind executable from the bindir
    to the sbindir, meaning that we don't have to override the bindir in
    our ebuild if we want rpcbind installed to e.g. /usr/sbin. This commit
    drops the "--bindir" flag from src_configure, so the default will be
    used. As a side effect, this will place the rpcinfo executable in the
    bindir where it belongs, allowing us to fix things like bug 457042.
    
    Our ebuild was also passing "--with-rpcuser=root" explicitly, even
    though that is the default value. This commit removes the redundancy.
    
    Bug: https://bugs.gentoo.org/457042
    Closes: https://bugs.gentoo.org/628766
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-nds/rpcbind/rpcbind-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)