diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-02-17 10:04:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-11 18:52:27 +0000 |
commit | 7c5a0866663cc27fdc8a80630f18f954532d561d (patch) | |
tree | 8c08ce3fe349047afeadc384ef8da118f79e920e /man | |
parent | github ci: bump Ubuntu to 22.04 (diff) | |
download | portage-7c5a0866663cc27fdc8a80630f18f954532d561d.tar.gz portage-7c5a0866663cc27fdc8a80630f18f954532d561d.tar.bz2 portage-7c5a0866663cc27fdc8a80630f18f954532d561d.zip |
Add FEATURE="warn-on-large-env": warn on large child process environments
This adds a new feature to portage which issues a warning if portage
is about to execute a new child process with a large environment.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Closes: https://github.com/gentoo/portage/pull/963
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/make.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 05832ce1c..f3a6d8e27 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -813,6 +813,9 @@ It is the user's responsibility to ensure correct ownership, since otherwise Portage would have to waste time validating ownership for each and every sync operation. .TP +.B warn-on-large-env +Warn if portage is about to execute a child process with a large environment. +.TP .B webrsync-gpg Enable GPG verification when using \fIemerge\-webrsync\fR. This feature is deprecated and has been replaced by the \fBrepos.conf\fR |