Bug #253745 - Note that you need to ensure that neither protect-owned nor
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:19:04 +0000 (08:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:19:04 +0000 (08:19 -0000)
collision-protect are enabled if you want to disable collision protection
completely. (trunk r12397)

svn path=/main/branches/2.1.6/; revision=12457

RELEASE-NOTES

index 306951291b86c92e2cbd2c41428a88b37a98c127..0ebeb7e0397f1329b189e3a9424b88c750197f15 100644 (file)
@@ -12,7 +12,10 @@ portage-2.1.6
 * File collision protection is now enabled by default via make.globals with
   FEATURES=protect-owned. In order to protect files from be overwritten or
   removed a inappropriate times, it is recommended to leave protect-owned
-  (or the similar collision-protect feature) enabled at all times.
+  (or the similar collision-protect feature) enabled at all times. If you
+  want to disable collision protection completely (not recommended), then
+  you need to ensure that neither protect-owned nor collision-protect are
+  enabled.
 * The python namespace for portage has been sanitized, all portage related code
   is now contained within the portage namespace. External script should be
   updated accordingly, though links exist for backward compability.