FS#35515 - Always install unchanged backup files
Attached to Project:
Pacman
Opened by Allan McRae (Allan) - Tuesday, 28 May 2013, 04:05 GMT
Last edited by Allan McRae (Allan) - Sunday, 21 July 2013, 06:23 GMT
Opened by Allan McRae (Allan) - Tuesday, 28 May 2013, 04:05 GMT
Last edited by Allan McRae (Allan) - Sunday, 21 July 2013, 06:23 GMT
|
Details
If the file on the filesystem and the backup file to be
installed have the same checksum, we skip their
installation. That results in a whole heap of modification
time mismatches for files in backup arrays with -Qkk.
e.g.
warning: util-linux: /etc/pam.d/chfn (Modification time mismatch) warning: util-linux: /etc/pam.d/chsh (Modification time mismatch) Always installing these files would have little overhead and remove this issue. |
This task depends upon
Closed by Allan McRae (Allan)
Sunday, 21 July 2013, 06:23 GMT
Reason for closing: Fixed
Additional comments about closing: git commit d7d4f47d
Sunday, 21 July 2013, 06:23 GMT
Reason for closing: Fixed
Additional comments about closing: git commit d7d4f47d
FS#34739would still need addressed.The easiest way to deal with this is just to extract backup files when the checksum of the file on the filesystem is the same as the one in the package.
FS#35515" to the commit message.