summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-16 19:54:10 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-16 19:54:10 +0000
commit852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8 (patch)
tree8f64b3dba7a6bb836d02ce7073a2a7e2c5f7b487
parent3638b820ae313b7bfb97dd3bd3619d95c0f51067 (diff)
downloadportage-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.gz
portage-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.tar.bz2
portage-852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8.zip
Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.
svn path=/main/trunk/; revision=3364
-rw-r--r--cnf/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 26c5c997e..aaccac04d 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -209,6 +209,9 @@
# packages from the system after every successful merge. This is the
# same as running 'emerge -c' after every merge. Set with: "yes" or "no".
# This does not affect the unpacked source. See 'noclean' below.
+#
+# Warning: AUTOCLEAN="no" can cause serious problems due to overlapping
+# packages. Do not use it unless absolutely necessary!
#AUTOCLEAN="yes"
#
# PORTAGE_TMPFS is a location where portage may create temporary files.