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.globals
parentFor bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with... (diff)
downloadportage-idfetch-644a6284be66bc1648a930e7c19749741df09a5e.tar.gz
portage-idfetch-644a6284be66bc1648a930e7c19749741df09a5e.tar.bz2
portage-idfetch-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.globals')
-rw-r--r--cnf/make.globals1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 45ffea68..a186f0fd 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}"