summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-10-06 15:12:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-10-06 15:12:30 +0000
commitb24c867e8712381dec90525e8afebe0dfc6ba8bf (patch)
treeb8100d31d6068083a379d79700c7161aa8546e7c /cnf
parentclean up module namespace (diff)
downloadportage-multirepo-b24c867e8712381dec90525e8afebe0dfc6ba8bf.tar.gz
portage-multirepo-b24c867e8712381dec90525e8afebe0dfc6ba8bf.tar.bz2
portage-multirepo-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.globals2
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 **