diff options
-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 a3a4f9ae3..e135ac12d 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 |