From 644a6284be66bc1648a930e7c19749741df09a5e Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 30 Apr 2007 02:31:30 +0000 Subject: - 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 --- cnf/make.conf | 1 + cnf/make.globals | 1 + 2 files changed, 2 insertions(+) (limited to 'cnf') 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}" -- cgit v1.2.3-1-g7c22