Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
Date: Thu, 18 Aug 2022 15:53:13
Message-Id: 1648289161.bcc0be554b5fc3300a0db6a3d3d7765c262aaa43.ulm@gentoo
1 commit: bcc0be554b5fc3300a0db6a3d3d7765c262aaa43
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 10:06:01 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 10:06:01 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=bcc0be55
7
8 pkg-mgr-commands.tex: Specify file ownership for dobin more accurately
9
10 In a non-prefix installation, files are to be owned by UID 0 / GID 0.
11 This is also what is implemented in Portage's dobin command.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 pkg-mgr-commands.tex | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
19 index 7f57539..a964859 100644
20 --- a/pkg-mgr-commands.tex
21 +++ b/pkg-mgr-commands.tex
22 @@ -460,7 +460,7 @@ the current phase function has returned.
23 \item[dobin] Installs the given files into \t{DESTTREE/bin}, where \t{DESTTREE} defaults to
24 \t{/usr}. Gives the files mode \t{0755} and transfers file ownership to the superuser or its
25 equivalent on the system or installation at hand. In a non-offset-prefix installation this
26 - ownership is \t{root:root}, while in an offset-prefix aware installation this may be e.\,g.\
27 + ownership is \t{0:0}, while in an offset-prefix aware installation this may be e.\,g.\
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