From 852a7e9db646c6437a8bfc85b923bd2eb8bbdfe8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 16 May 2006 19:54:10 +0000 Subject: Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting. svn path=/main/trunk/; revision=3364 --- cnf/make.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf') diff --git a/cnf/make.conf b/cnf/make.conf index 26c5c997..aaccac04 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. -- cgit v1.2.3-65-gdbad