commit: c37d8c1de54a99f4dc2c2717810ddc43a67ffd78
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 06:54:54 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 06:02:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c37d8c1d
pkg-mgr-commands.tex: dobin file ownership is not distro specific.
For the non-prefix case, return to a wording close to that from before
the prefix changes (commit f49a53b3a97dbe299f1b71dad5a6bf5b9b6805ba),
which was simply "Gives the files mode 0755 and ownership root:root."
pkg-mgr-commands.tex | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index e45f9c7..f51e0f0 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -428,14 +428,11 @@ commands without a filename parameter is an error.
Ebuilds must not run any of t
the current phase function has returned.
\begin{description}
-\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. For instance on Gentoo Linux in
- a non-offset-prefix installation this ownership is \t{root:root},
- while on an offset-prefix aware installation this may be
- \t{joe:users}. Failure behaviour is EAPI dependent as per
- section~\ref{sec:failure-behaviour}.
+\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.\
+ \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
\t{0644}, or with the \t{install} options set by the most recent
\t{insopts} call.