summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-12 05:32:21 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-12 05:32:21 +0000
commitbd602af46ef03f9e8b829cde4d617fc496aa1474 (patch)
tree17b3dbfc20adb26667d8b3e9adf7f122cb054400 /cnf/make.globals
parent20b7c0c6986885e895e8fe557d3ce7b661eb743d (diff)
downloadportage-bd602af46ef03f9e8b829cde4d617fc496aa1474.tar.gz
portage-bd602af46ef03f9e8b829cde4d617fc496aa1474.tar.bz2
portage-bd602af46ef03f9e8b829cde4d617fc496aa1474.zip
Add @localhost to default PORTAGE_ELOG_MAILFROM to
account for mail servers that don't accept mails without a domainname (trunk r7982) svn path=/main/branches/2.1.2/; revision=8056
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index f857ff439..3d814908b 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 **