Le mardi 22 avril 2025 à 15:03 +0200, Chris Hofstaedtler a écrit : > * Sébastien Villemot <[email protected]> [250422 10:54]: > > > Please provide a patch for the util-linux(-extra) side, without > > > breaking the sysvinit/initscripts side. > > > > I’m not sure to understand what you mean. The sysvinit/initscripts side > > is already broken on fresh Debian installs, since the corresponding > > conffiles are not provided by any package. > > > > So I think there are only two proper ways of fixing this issue: > > – either reinstate the sysvinit/initscripts files in the util-linux- > > extra package (at least until the next release cycle) > > – or clean the obsolete conffiles (but that will obviously break > > sysvinit on upgraded systems as well) > > initscripts provides hwclock.sh.
Thanks for pointing this out. My understanding is that there is no way to properly handle this situation with our tooling. People who have initscripts install can manually fix it with: # apt reinstall util-linux-extra People who don’t have initscripts installed can fix it with: # rm /etc/init.d/hwclock.sh /etc/default/hwclock # apt reinstall util-linux-extra -- ⢀⣴⠾⠻⢶⣦⠀ Sébastien Villemot ⣾⠁⢠⠒⠀⣿⡁ Debian Developer ⢿⡄⠘⠷⠚⠋⠀ https://sebastien.villemot.name ⠈⠳⣄⠀⠀⠀⠀ https://www.debian.org

