Followup-For: Bug #916647 Control: tag -1 patch Hi,
attached you can find a trivial patch that adds the 'missingok' keyword to the logrotate config. Please get this fixed and unblocked for buster as it can result in piuparts regressions (due to the more strict checking we do nowadays). I might consider NMUing this fix. Andreas
diff -Nru net-acct-0.71/debian/changelog net-acct-0.71/debian/changelog --- net-acct-0.71/debian/changelog 2009-11-01 12:37:29.000000000 +0100 +++ net-acct-0.71/debian/changelog 2019-03-21 11:03:01.000000000 +0100 @@ -1,3 +1,10 @@ +net-acct (0.71-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add 'missingok' to logrotate config. (Closes: #916647) + + -- Andreas Beckmann <a...@debian.org> Thu, 21 Mar 2019 11:03:01 +0100 + net-acct (0.71-9) unstable; urgency=low * Move patches to upstream to quilt series diff -Nru net-acct-0.71/debian/net-acct.logrotate net-acct-0.71/debian/net-acct.logrotate --- net-acct-0.71/debian/net-acct.logrotate 2009-10-29 23:23:21.000000000 +0100 +++ net-acct-0.71/debian/net-acct.logrotate 2019-03-21 11:02:10.000000000 +0100 @@ -2,6 +2,7 @@ rotate 14 daily compress + missingok prerotate if test -r /var/run/nacctd.pid; then # Stop writing out entries @@ -20,6 +21,7 @@ rotate 2 daily compress + missingok prerotate if test -r /var/run/nacctd.pid; then # Stop writing out entries