diff options
author | Marius Mauch <genone@gentoo.org> | 2007-07-16 04:07:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-07-16 04:07:32 +0000 |
commit | bf687c4a6f87fd3399bc7ddc3680e39b0a871f88 (patch) | |
tree | b6dff6290c3b71587f227e95722cafe3e1bacd95 | |
parent | 6ced0fb48abb6041ef7378e881ded65626121b6b (diff) | |
download | portage-bf687c4a6f87fd3399bc7ddc3680e39b0a871f88.tar.gz portage-bf687c4a6f87fd3399bc7ddc3680e39b0a871f88.tar.bz2 portage-bf687c4a6f87fd3399bc7ddc3680e39b0a871f88.zip |
sync MAILSUBJECT in make.conf with make.globals
svn path=/main/trunk/; revision=7270
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 4db05d876..8dc0aa760 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -373,4 +373,4 @@ PORTAGE_ELOG_CLASSES="warn error log" # variables are expanded: # ${PACKAGE} - see description of PORTAGE_ELOG_COMMAND # ${HOST} - FQDN of the host portage is running on -#PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice" +#PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}" |