enable save_summary and echo modules in make.globals (trunk r6458)
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 23:50:44 +0000 (23:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 23:50:44 +0000 (23:50 -0000)
svn path=/main/branches/2.1.2/; revision=6961

NEWS
RELEASE-NOTES
cnf/make.globals

diff --git a/NEWS b/NEWS
index 6f961a9b3b313e58d53e8c61f51eebb6b5c130a6..be7059db39cf658107d44fc9fab362b7ffb49c55 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ News (mainly features/major bug fixes)
 portage-2.1.3
 -------------
 
+* Enable "echo" and "save_summary" elog modules by default
 * Allow per-module setting of PORTAGE_ELOG_CLASSES
 * Add new elog module "echo" to simply display messages when emerge exits
 * Add ** as new token for package.keywords to bypass the keyword visibility layer
index 8b12a35c615a16d702e0f05f01bf1afdafc5cfb4..bf17c856652128d9af3c4376b4e141802f20b24d 100644 (file)
@@ -4,6 +4,8 @@ Features/major bugfixes are listed in NEWS
 portage-2.1.3
 ==================================
 
+* The "save_summary" and "echo" elog modules are now enabled by default. Setting
+  PORTAGE_ELOG_SYSTEM in make.conf will override this, so if you don't want elog
 * The unmerge process will remove any file that is not claimed by another
   package in the same slot and is not protected by CONFIG_PROTECT, even if the
   modification time or checksum differs from the file that was originally
index f808d425826a00b83de8633f7cf845d0a6fc7549..d180c5389515bfccffb7cb6d8b3d3309b048ff8b 100644 (file)
@@ -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}"