From: Mike Frysinger Date: Fri, 1 Jun 2012 03:15:55 +0000 (-0400) Subject: make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID} X-Git-Tag: v2.2.0_alpha109~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9f8332397f77c7efdbd53082672c641bc19a0fc;p=portage.git make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID} Signed-off-by: Mike Frysinger --- diff --git a/man/make.conf.5 b/man/make.conf.5 index a90e51dbb..688263709 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -733,6 +733,24 @@ to be configured by \fI`git config user.signingkey key_id`\fR. The command used by \fBrepoman\fR(1) to sign manifests when \fBsign\fR is in \fBFEATURES\fR. .TP +\fBPORTAGE_GRPNAME\fR = \fI[group]\fR +Defines the groupname to use when executing in userpriv/etc... modes (i.e. +non-root). +.br +Defaults to portage. +.TP +\fBPORTAGE_INST_GID\fR = \fI[gid]\fR +Defines the group id when installing files via dobin/dosbin. Useful when +running ebuild as yourself. +.br +Defaults to 0. +.TP +\fBPORTAGE_INST_UID\fR = \fI[uid]\fR +Defines the user id when installing files via dobin/dosbin. Useful when +running ebuild as yourself. +.br +Defaults to 0. +.TP \fBPORTAGE_IONICE_COMMAND\fR = \fI[ionice command string]\fR This variable should contain a command for portage to call in order to adjust the io priority of portage and it's subprocesses. The command @@ -792,6 +810,12 @@ Defines the location of the temporary build directories. .br Defaults to /var/tmp. .TP +\fBPORTAGE_USERNAME\fR = \fI[user]\fR +Defines the username to use when executing in userpriv/etc... modes (i.e. +non-root). +.br +Defaults to portage. +.TP \fBPORTAGE_WORKDIR_MODE\fR = \fI"0700"\fR This variable controls permissions for \fIWORKDIR\fR (see \fBebuild\fR(5)). .TP