summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf11
1 files changed, 2 insertions, 9 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 4739a2a9c..4c034e1f6 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -289,13 +289,6 @@
#
# DISTCC_DIR sets the temporary space used by distcc.
#DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
-#
-# RSYNC_EXCLUDEFROM is a file that portage will pass to rsync when it updates
-# the portage tree. Specific chunks of the tree may be excluded from
-# consideration. This may cause dependency failures if you are not careful.
-# The file format is one pattern per line, blanks and ';' or '#' lines are
-# comments. See 'man rsync' for more details on the exclude-from format.
-#RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
# logging related variables:
# PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are:
@@ -307,10 +300,10 @@ PORTAGE_ELOG_CLASSES="warn error log"
# included in portage are (empty means logging is disabled):
# save (saves one log per package in $PORT_LOGDIR/elog,
# /var/log/portage/elog if $PORT_LOGDIR is unset)
-# custom (passes all messages to $PORTAGE_LOG_COMMAND)
+# custom (passes all messages to $PORTAGE_ELOG_COMMAND)
# syslog (sends all messages to syslog)
# mail (send all messages to the mailserver defined
-# in $PORTAGE_LOG_MAILURI)
+# in $PORTAGE_ELOG_MAILURI)
# To use elog you should enable at least one module
#PORTAGE_ELOG_SYSTEM="save mail"