Gentoo Archives: gentoo-pms

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