summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 05:00:59 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 05:00:59 +0000
commit0af6c6ee182e58a23e1c26c9fd577f3b83a0418d (patch)
tree3b4307b3eda8ab57989536c85b20cbd66d80eddb /cnf
parent357eb4f65a5c315d8e43eb0493f02db03b2b20d7 (diff)
downloadportage-0af6c6ee182e58a23e1c26c9fd577f3b83a0418d.tar.gz
portage-0af6c6ee182e58a23e1c26c9fd577f3b83a0418d.tar.bz2
portage-0af6c6ee182e58a23e1c26c9fd577f3b83a0418d.zip
add new echo module for people who don't want any real logging (trunk r6458)
svn path=/main/branches/2.1.2/; revision=6899
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 15d54da06..5c2b8a5da 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -333,6 +333,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)