diff options
author | Marius Mauch <genone@gentoo.org> | 2007-10-06 15:12:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-10-06 15:12:30 +0000 |
commit | b24c867e8712381dec90525e8afebe0dfc6ba8bf (patch) | |
tree | b8100d31d6068083a379d79700c7161aa8546e7c /cnf | |
parent | clean up module namespace (diff) | |
download | portage-idfetch-b24c867e8712381dec90525e8afebe0dfc6ba8bf.tar.gz portage-idfetch-b24c867e8712381dec90525e8afebe0dfc6ba8bf.tar.bz2 portage-idfetch-b24c867e8712381dec90525e8afebe0dfc6ba8bf.zip |
Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers that don't accept mails without a domainname
svn path=/main/trunk/; revision=7982
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index f857ff43..3d814908 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -76,7 +76,7 @@ PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}" -PORTAGE_ELOG_MAILFROM="portage" +PORTAGE_ELOG_MAILFROM="portage@localhost" # ***************************** # ** DO NOT EDIT THIS FILE ** |