diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 00:38:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 00:38:47 +0000 |
commit | 91a03f6b16fa6ddfc32ac215ef5d9d938a6b3ae9 (patch) | |
tree | c70034bc8b0073af47053220b6e333558b9c4a78 /cnf | |
parent | In the event of a circular dependency panic, eliminate root nodes in order to... (diff) | |
download | portage-idfetch-91a03f6b16fa6ddfc32ac215ef5d9d938a6b3ae9.tar.gz portage-idfetch-91a03f6b16fa6ddfc32ac215ef5d9d938a6b3ae9.tar.bz2 portage-idfetch-91a03f6b16fa6ddfc32ac215ef5d9d938a6b3ae9.zip |
tweak PORT_LOGDIR comments so as to not give the wrong impression about the default value
svn path=/main/trunk/; revision=5959
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index a3a4f9ae..e135ac12 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -98,7 +98,8 @@ # providing a directory. Permissions will be modified as needed IF the # directory exists, otherwise logging will be disabled. NNNN is the # increment at the time the log is created. Logs are thus sequential. -#PORT_LOGDIR=/var/log/portage +# The common setting is to use the /var/log/portage path. +#PORT_LOGDIR="" # # PORTDIR_OVERLAY is a directory where local ebuilds may be stored without # concern that they will be deleted by rsync updates. Default is not |