summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 02:31:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 02:31:30 +0000
commit644a6284be66bc1648a930e7c19749741df09a5e (patch)
treeb18404d6f495deb758ec3a8cd8224742a9f78344 /cnf/make.conf
parentFor bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with... (diff)
downloadportage-multirepo-644a6284be66bc1648a930e7c19749741df09a5e.tar.gz
portage-multirepo-644a6284be66bc1648a930e7c19749741df09a5e.tar.bz2
portage-multirepo-644a6284be66bc1648a930e7c19749741df09a5e.zip
- add new echo module for people who don't want any real logging
- add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index e135ac12..9b08bc51 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -309,6 +309,7 @@ PORTAGE_ELOG_CLASSES="warn error log"
# PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules
# included in portage are (empty means logging is disabled):
+# echo (display messages again when emerge exits)
# save (saves one log per package in $PORT_LOGDIR/elog,
# /var/log/portage/elog if $PORT_LOGDIR is unset)
# custom (passes all messages to $PORTAGE_ELOG_COMMAND)