Changes between Initial Version and Version 1 of Ticket #15068, comment 20
- Timestamp:
- Sep 20, 2020, 7:38:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15068, comment 20
initial v1 3 3 I guess packagefs is right to complain that another package with the same name is activated, but should notice that it is going to be replaced? 4 4 5 I guess one option is to make sure the "change activation" request sent to packagefs has the disabling of the old package first, and enabling of the new one only after that? Or it should be a "reactivate package" instead of an "activate package"? 5 I guess one option is to make sure the "change activation" request sent to packagefs has the disabling of the old package first, and enabling of the new one only after that? Or it should be a "reactivate package" instead of an "activate package"? In which case the linked code for packagefs would be ok, and the problem would be in the package daemon instead.