summaryrefslogtreecommitdiffstats
path: root/cnf
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
parentf281ed3e6888b50fdaaf615a0e6065b391fb9409 (diff)
downloadportage-644a6284be66bc1648a930e7c19749741df09a5e.tar.gz
portage-644a6284be66bc1648a930e7c19749741df09a5e.tar.bz2
portage-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')
-rw-r--r--cnf/make.conf1
-rw-r--r--cnf/make.globals1
2 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index e135ac12d..9b08bc517 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)
diff --git a/cnf/make.globals b/cnf/make.globals
index 45ffea680..a186f0fd7 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -72,6 +72,7 @@ PORTAGE_WORKDIR_MODE="0700"
# Some defaults for elog
PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"