diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-11 21:20:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-11 21:20:42 +0000 |
commit | ea245f885a58fd2f27c39129db766170c8e566ed (patch) | |
tree | 07c32aebccffbc7fe7bfc43bf91f11a66377e449 | |
parent | 46bc6cca491c58d6db4a97b267c9e8736317b93e (diff) | |
download | portage-ea245f885a58fd2f27c39129db766170c8e566ed.tar.gz portage-ea245f885a58fd2f27c39129db766170c8e566ed.tar.bz2 portage-ea245f885a58fd2f27c39129db766170c8e566ed.zip |
Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for reporting.
svn path=/main/trunk/; revision=6809
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index f3169c3af..8fd59d363 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -324,7 +324,11 @@ Defaults to /usr/portage/packages. .TP .B PORT_LOGDIR This variable defines the directory in which per\-ebuild logs are kept. -Logs are created only when this is set and writable. +Logs are created only when this is set. They are stored as +${CATEGORY}:${PF}:YYYYMMDD\-HHMMSS.log in the directory specified. If the +direcory does not exist, it will be created automatically and group permissions +will be applied to it. If the directory already exists, portage will not +modify it's permissions. .TP \fBPORTAGE_BINHOST\fR = \fI"ftp://login:pass@grp.mirror.site/pub/grp/i686/athlon\-xp/"\fR This is the host from which portage will grab prebuilt\-binary packages. |