summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-07-20 06:12:49 -0700
committerZac Medico <zmedico@gentoo.org>2010-07-20 06:12:49 -0700
commit1e1b03ab3253a64147c5433d96250085ff770b79 (patch)
treede64db4427aeeede20ff5dbdc1c1cacebd4cc814 /cnf/make.conf
parent9eff4fa6377b693f742fdc2bb3720a66375bc6ec (diff)
downloadportage-1e1b03ab3253a64147c5433d96250085ff770b79.tar.gz
portage-1e1b03ab3253a64147c5433d96250085ff770b79.tar.bz2
portage-1e1b03ab3253a64147c5433d96250085ff770b79.zip
Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT.
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf1
1 files changed, 1 insertions, 0 deletions
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}"