Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74521 - [filesystem] 2021.12.07-1 breaks existing custom /etc/motd
Attached to Project:
Arch Linux
Opened by Nick Hanley (njhanley) - Wednesday, 20 April 2022, 21:03 GMT
Last edited by David Thurstenson (thurstylark) - Wednesday, 27 April 2022, 20:26 GMT
Opened by Nick Hanley (njhanley) - Wednesday, 20 April 2022, 21:03 GMT
Last edited by David Thurstenson (thurstylark) - Wednesday, 27 April 2022, 20:26 GMT
|
DetailsAs per
The original patch included a post_upgrade function to move /etc/motd.pacsave back to its proper place, but the actual release didn't include it. Steps to reproduce: $ pacman -Q filesystem filesystem 2021.11.11-1 $ [ -f /etc/motd ]; echo $? 0 $ sudo pacman -Syu ... $ pacman -Q filesystem filesystem 2021.12.07-1 $ [ -f /etc/motd ]; echo $? 1 |
This task depends upon