summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-07-14 08:54:54 +0200
committerUlrich Müller <ulm@gentoo.org>2018-07-15 08:02:43 +0200
commitc37d8c1de54a99f4dc2c2717810ddc43a67ffd78 (patch)
treedb069c5d5f760910ee51a8801344495856a8c9fa /pkg-mgr-commands.tex
parentpkg-mgr-commands: Correct 'empty' insopts behavior to match PMs (diff)
downloadpms-c37d8c1de54a99f4dc2c2717810ddc43a67ffd78.tar.gz
pms-c37d8c1de54a99f4dc2c2717810ddc43a67ffd78.tar.bz2
pms-c37d8c1de54a99f4dc2c2717810ddc43a67ffd78.zip
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."
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex13
1 files 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.