From e3320a3ac33b806b66dede3255af1d3ec32f6897 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 7 Jan 2010 19:13:07 +0000 Subject: Add a TODO comment for improved handling of /lib/modules. svn path=/main/trunk/; revision=15173 --- pym/portage/dbapi/vartree.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 17315eee2..07286b602 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2533,6 +2533,10 @@ class dblink(object): # upgraded. We effectively only want one half of the config protection # functionality for /lib/modules. For portage-ng both capabilities # should be able to be independently specified. + # TODO: For rebuilds, re-parent previous modules to the new + # installed instance (so they are not orphans). For normal + # uninstall (not rebuild/reinstall), remove the modules along + # with all other files (leave no orphans). if obj.startswith(modprotect): show_unmerge("---", unmerge_desc["cfgpro"], file_type, obj) continue -- cgit v1.2.3-1-g7c22