From: Zac Medico Date: Tue, 20 Jul 2010 13:12:49 +0000 (-0700) Subject: Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT. X-Git-Tag: v2.2_rc68~484 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e1b03ab3253a64147c5433d96250085ff770b79;p=portage.git Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT. --- diff --git a/cnf/make.conf b/cnf/make.conf index 7e48949af..b08e81cf4 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -329,6 +329,7 @@ PORTAGE_ELOG_CLASSES="log warn error" # PORTAGE_ELOG_MAILSUBJECT: template string to be used as subject for logmails. The following # variables are expanded: +# ${ACTION} - merged, unmerged, or unknown # ${PACKAGE} - see description of PORTAGE_ELOG_COMMAND # ${HOST} - FQDN of the host portage is running on #PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"