summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-12-19 14:56:17 +0000
committerMarius Mauch <genone@gentoo.org>2006-12-19 14:56:17 +0000
commit72fecf93d17c0cd0f8790edfbe52cd90e2f4c427 (patch)
tree9763fd5e8c48e80d1c5f1e652aad7f0742c41a87 /cnf
parentUse a separate digraph to store parent/child relationships (PDEPEND relations... (diff)
downloadportage-idfetch-72fecf93d17c0cd0f8790edfbe52cd90e2f4c427.tar.gz
portage-idfetch-72fecf93d17c0cd0f8790edfbe52cd90e2f4c427.tar.bz2
portage-idfetch-72fecf93d17c0cd0f8790edfbe52cd90e2f4c427.zip
New elog modules for dismerging messages into a single file/mail
svn path=/main/trunk/; revision=5325
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 6c3f415f..a3e5b143 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -325,6 +325,12 @@ PORTAGE_ELOG_CLASSES="warn error log"
# syslog (sends all messages to syslog)
# mail (send all messages to the mailserver defined
# in $PORTAGE_ELOG_MAILURI)
+# save_summary (like "save" but merges all messages
+# in $PORT_LOGDIR/elog/summary.log,
+# /var/log/portage/elog/summary.log if
+# $PORT_LOGDIR is unset)
+# mail_summary (like "mail" but sends all messages in
+# a single mail when emerge exits)
# To use elog you should enable at least one module
#PORTAGE_ELOG_SYSTEM="save mail"