From bcc0be554b5fc3300a0db6a3d3d7765c262aaa43 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 26 Mar 2022 11:06:01 +0100 Subject: pkg-mgr-commands.tex: Specify file ownership for dobin more accurately MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In a non-prefix installation, files are to be owned by UID 0 / GID 0. This is also what is implemented in Portage's dobin command. Signed-off-by: Ulrich Müller --- pkg-mgr-commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 7f57539..a964859 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -460,7 +460,7 @@ the current phase function has returned. \item[dobin] Installs the given files into \t{DESTTREE/bin}, where \t{DESTTREE} defaults to \t{/usr}. Gives the files mode \t{0755} and transfers file ownership to the superuser or its equivalent on the system or installation at hand. In a non-offset-prefix installation this - ownership is \t{root:root}, while in an offset-prefix aware installation this may be e.\,g.\ + ownership is \t{0:0}, while in an offset-prefix aware installation this may be e.\,g.\ \t{joe:users}. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. \item[doconfd] Installs the given config files into \t{/etc/conf.d/}, by default with file mode -- cgit v1.2.3-65-gdbad