projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b7c0c
)
Add @localhost to default PORTAGE_ELOG_MAILFROM to
author
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Oct 2007 05:32:21 +0000
(
05:32
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Oct 2007 05:32:21 +0000
(
05:32
-0000)
account for mail servers that don't accept mails
without a domainname (trunk r7982)
svn path=/main/branches/2.1.2/; revision=8056
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index f857ff4392464a00cea9ae36465ab08732f9b354..3d814908b6574b64ef843367d5868823e0eb7de2 100644
(file)
--- 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 **