fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614
authorSimon Stelling <blubb@gentoo.org>
Tue, 4 Apr 2006 19:17:45 +0000 (19:17 -0000)
committerSimon Stelling <blubb@gentoo.org>
Tue, 4 Apr 2006 19:17:45 +0000 (19:17 -0000)
svn path=/main/trunk/; revision=3070

cnf/make.conf

index 4739a2a9c1598fb72c187e385154c15eb3a887a9..4c034e1f61a91e6b5464aa8c5974a19fbb18df36 100644 (file)
 #
 # 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"