Changes between Initial Version and Version 1 of Ticket #15068, comment 20


Ignore:
Timestamp:
Sep 20, 2020, 7:38:51 PM (4 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15068, comment 20

    initial v1  
    33I 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?
    44
    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"?
     5I 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.