Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin'
Date: Sat, 12 Oct 2019 17:52:14
Message-Id: 86031cc11741c13b354ad85577a1e32c4ca97460.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin' by Dennis Schridde
1 On Sat, 2019-10-12 at 19:01 +0200, Dennis Schridde wrote:
2 > On Samstag, 12. Oktober 2019 18:02:28 CEST William Hubbs wrote:
3 > > On Sat, Oct 12, 2019 at 01:11:49PM +0200, Michał Górny wrote:
4 > > > On Sat, 2019-10-12 at 13:00 +0200, David Seifert wrote:
5 > > > > * Some distros have not just merged / and /usr, they
6 > > > >
7 > > > > have also merged /usr/bin and /usr/sbin. By giving
8 > > > > users the choice of merging */bin and */sbin,
9 > > > > Gentoo follows suit.
10 > > >
11 > > > What about the scenario when /bin has been merged with /usr/sbin
12 > > > and /sbin with /usr/bin? ;-P
13 > >
14 > > I also don't see the need for something like this. The idea of the
15 > > /usr
16 > > merge is to have all binaries available in one place, and there
17 > > really
18 > > is not a good justification for separating bin from sbin.
19 >
20 > Do I read this correctly? USE=-split-usr currently means that /bin,
21 > /sbin, /
22 > usr/bin and /usr/sbin point to the same directory?
23 >
24 > If that is not the case, then I agree that users should have the
25 > possibility
26 > to set it up like this and USE=-split-sbin should be supported.
27 >
28 > --Dennis
29
30 I agree, I wasn't aware that USE=-split-usr implies the complete 2-
31 level (/usr and *sbin) merge. In that case, all of this is obsolete.

Replies