Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] pkg-mgr-commands.tex: dobin file ownership is not distro specific.
Date: Sat, 14 Jul 2018 07:00:46
Message-Id: 23369.40855.255727.729174@a1i15.kph.uni-mainz.de
1 For the non-prefix case, return to a wording close to that from before
2 the prefix changes (commit f49a53b3a97dbe299f1b71dad5a6bf5b9b6805ba),
3 which was simply "Gives the files mode 0755 and ownership root:root."
4 ---
5 pkg-mgr-commands.tex | 13 +++++--------
6 1 file changed, 5 insertions(+), 8 deletions(-)
7
8 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
9 index e45f9c7..f29fd34 100644
10 --- a/pkg-mgr-commands.tex
11 +++ b/pkg-mgr-commands.tex
12 @@ -428,14 +428,11 @@ commands without a filename parameter is an error. Ebuilds must not run any of t
13 the current phase function has returned.
14
15 \begin{description}
16 -\item[dobin] Installs the given files into \t{DESTTREE/bin}, where
17 - \t{DESTTREE} defaults to \t{/usr}. Gives the files mode \t{0755}
18 - and transfers file ownership to the superuser or its equivalent on
19 - the system or installation at hand. For instance on Gentoo Linux in
20 - a non-offset-prefix installation this ownership is \t{root:root},
21 - while on an offset-prefix aware installation this may be
22 - \t{joe:users}. Failure behaviour is EAPI dependent as per
23 - section~\ref{sec:failure-behaviour}.
24 +\item[dobin] Installs the given files into \t{DESTTREE/bin}, where \t{DESTTREE} defaults to
25 + \t{/usr}. Gives the files mode \t{0755} and transfers file ownership to the superuser or
26 + its equivalent on the system or installation at hand. In a non-offset-prefix installation
27 + this ownership is \t{root:root}, while in an offset-prefix aware installation this may be
28 + \t{joe:users}. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
29
30 \item[doconfd] Installs the given config files into \t{/etc/conf.d/}, by default with file mode
31 \t{0644}, or with the \t{install} options set by the most recent \t{insopts} call.
32 --
33 2.18.0

Replies