- add new echo module for people who don't want any real logging
authorMarius Mauch <genone@gentoo.org>
Mon, 30 Apr 2007 02:31:30 +0000 (02:31 -0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 30 Apr 2007 02:31:30 +0000 (02:31 -0000)
commit644a6284be66bc1648a930e7c19749741df09a5e
treeb18404d6f495deb758ec3a8cd8224742a9f78344
parentf281ed3e6888b50fdaaf615a0e6065b391fb9409
- 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
cnf/make.globals
pym/portage/elog/__init__.py
pym/portage/elog/mod_custom.py
pym/portage/elog/mod_echo.py [new file with mode: 0644]
pym/portage/elog/mod_mail.py
pym/portage/elog/mod_mail_summary.py
pym/portage/elog/mod_save.py
pym/portage/elog/mod_save_summary.py
pym/portage/elog/mod_syslog.py