Control: tags -1 confirmed wontfix Antoine Beaupre <anar...@debian.org> ezt írta (időpont: 2018. okt. 24., Sze, 16:27): > > Not sure when/if that was fixed, but I have a > 50unattended-upgrades.ucf-old file here and it's not generating any > warnings anymore, in Debian buster. I guess there was a change in APT > that made this less verbose and did not fix this bug per se... > > On Fri, Jan 22, 2016 at 08:56:43PM -0400, Joey Hess wrote: > > Package: unattended-upgrades > > Version: 0.86.5+build1 > > Severity: normal > > > > Since I have the config file modified, every upgrade of > > unattended-upgrades drops a .ucf-dist copy, which causes every run of > > apt to warn about the file being ignored.
Unattended-upgrade uses ufc(1) to manage the related conffiles and ucf creates those copies during the update. Starting with u-u 1.4 README.md recommends creating separate configuration files in /etc/apt/apt.conf.d to avoid updates to conflict with local changes. Latest apt ignores the .ucf-* files which is the right thing IMO and either giving warning or not giving a warning is OK on apt's side. Cheers, Balint