Gentoo Archives: gentoo-portage-dev

From: "M. J. Everitt" <m.j.everitt@×××.org>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 3/4] Update documentation for PORT_LOGDIR* changes
Date: Sat, 15 Dec 2018 02:26:02
Message-Id: ffc2e4f9-79dc-531e-2e5c-96ea32e3ca93@iee.org
1 Suggested-by: Michael Everitt <m.j.everitt@×××.org>
2 Bug: https://bugs.gentoo.org/668538
3 ---
4 man/make.conf.5 | 28 +++++++++++++++++-----------
5 1 file changed, 17 insertions(+), 11 deletions(-)
6
7 diff --git a/man/make.conf.5 b/man/make.conf.5
8 index a0faf51bf..a8f5b639f 100644
9 --- a/man/make.conf.5
10 +++ b/man/make.conf.5
11 @@ -833,19 +833,10 @@ See the \fBPORTDIR\fR documentation for more information.
12 Defaults to /usr/portage/packages.
13 .TP
14 .B PORT_LOGDIR
15 -This variable defines the directory in which per\-ebuild logs are kept.
16 -Logs are created only when this is set. They are stored as
17 -${CATEGORY}:${PF}:YYYYMMDD\-HHMMSS.log in the directory specified. If the
18 -directory does not exist, it will be created automatically and group
19 -permissions will be applied to it. If the directory already exists, portage
20 -will not modify it's permissions.
21 +See \fIPORTAGE_LOGDIR\fR below. Deprecated.
22 .TP
23 .B PORT_LOGDIR_CLEAN
24 -This variable should contain a command for portage to call in order
25 -to clean PORT_LOGDIR. The command string should contain a
26 -\\${PORT_LOGDIR} place\-holder that will be substituted
27 -with the value of that variable. This variable will have no effect
28 -unless \fBclean\-logs\fR is enabled in \fBFEATURES\fR.
29 +See \fIPORTAGE_LOGDIR_CLEAN\fR below. Deprecated.
30 .TP
31 \fBPORTAGE_BINHOST\fR = \fI[space delimited URI list]\fR
32 This is a list of hosts from which portage will grab prebuilt\-binary packages.
33 @@ -979,6 +970,21 @@ with an integer pid. For example, a value of "ionice \-c 3 \-p \\${PID}"
34 will set idle io priority. For more information about ionice, see
35 \fBionice\fR(1). This variable is unset by default.
36 .TP
37 +.B PORTAGE_LOGDIR
38 +This variable defines the directory in which per\-ebuild logs are kept.
39 +Logs are created only when this is set. They are stored as
40 +${CATEGORY}:${PF}:YYYYMMDD\-HHMMSS.log in the directory specified. If the
41 +directory does not exist, it will be created automatically and group
42 +permissions will be applied to it. If the directory already exists, portage
43 +will not modify it's permissions.
44 +.TP
45 +.B PORTAGE_LOGDIR_CLEAN
46 +This variable should contain a command for portage to call in order
47 +to clean PORTAGE_LOGDIR. The command string should contain a
48 +\\${PORTAGE_LOGDIR} place\-holder that will be substituted
49 +with the value of that variable. This variable will have no effect
50 +unless \fBclean\-logs\fR is enabled in \fBFEATURES\fR.
51 +.TP
52 \fBPORTAGE_NICENESS\fR = \fI[number]\fR
53 The value of this variable will be added to the current nice level that
54 emerge is running at. In other words, this will not set the nice level,
55 --
56 2.13.6

Attachments

File name MIME type
signature.asc application/pgp-signature