diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-04 19:17:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-04 19:17:45 +0000 |
commit | a0d824af276198317fd124aff523ead300314b6a (patch) | |
tree | 64b13becbeb775311a8cace24aa89278091931c8 | |
parent | e3fefb06dad43bd25afa4c1b099aec6f2fa9ff51 (diff) | |
download | portage-a0d824af276198317fd124aff523ead300314b6a.tar.gz portage-a0d824af276198317fd124aff523ead300314b6a.tar.bz2 portage-a0d824af276198317fd124aff523ead300314b6a.zip |
fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614
svn path=/main/trunk/; revision=3070
-rw-r--r-- | cnf/make.conf | 11 |
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" |