Add a an extra caution note to solver.cleandepsOnRemove
authorMichael Andres <ma@suse.de>
Fri, 30 Apr 2010 10:48:54 +0000 (12:48 +0200)
committerMichael Andres <ma@suse.de>
Fri, 30 Apr 2010 10:49:18 +0000 (12:49 +0200)
package/libzypp.changes
zypp.conf

index e516988..ed8794a 100644 (file)
@@ -6,7 +6,7 @@ Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
 -------------------------------------------------------------------
 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
 
-- Cleanup when deleting packages. New zypp.conf global option 
+- Cleanup when deleting packages. New zypp.conf expert option 
   solver.cleandepsOnRemove telling whether the solver should per 
   default try to remove packages exclusively required by the ones 
   he's asked to delete (default false).
index 190f5c6..1e84a3f 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 # solver.allowVendorChange = false
 
 ##
-## Cleanup when deleting packages. Whether the solver should per default
-## try to remove packages exclusively required by the ones he's asked to delete.
+## EXPERTS ONLY: Cleanup when deleting packages. Whether the solver should
+## per default try to remove packages exclusively required by the ones he's
+## asked to delete.
+##
+## This option should be used on a case by case basis, enabled via
+## command line options or switches the applications offer. Changing
+## the global default on a system where unattended actions are performed,
+## may easily damage your system.
+##
+## CHANGING THE DEFAULT IS NOT RECOMMENDED.
 ##
 ## Valid values:  boolean
 ## Default value: false