summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-04 19:17:45 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-04 19:17:45 +0000
commita0d824af276198317fd124aff523ead300314b6a (patch)
tree64b13becbeb775311a8cace24aa89278091931c8 /cnf/make.conf
parentfix make.conf indentation per bug 127868; thanks to Paul Varner for the patch (diff)
downloadportage-idfetch-a0d824af276198317fd124aff523ead300314b6a.tar.gz
portage-idfetch-a0d824af276198317fd124aff523ead300314b6a.tar.bz2
portage-idfetch-a0d824af276198317fd124aff523ead300314b6a.zip
fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614
svn path=/main/trunk/; revision=3070
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 4739a2a9..4c034e1f 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"