From a0d824af276198317fd124aff523ead300314b6a Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Tue, 4 Apr 2006 19:17:45 +0000 Subject: fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614 svn path=/main/trunk/; revision=3070 --- cnf/make.conf | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'cnf') 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" -- cgit v1.2.3-1-g7c22