From 84c2304885a8a91702b657dbd82831ba6eb168e5 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 23 Dec 2020 21:21:34 +0000 Subject: Wed Dec 23 21:21:34 UTC 2020 a/lilo-24.2-x86_64-10.txz: Rebuilt. Add -fcommon to fix build with gcc10. liloconfig: Don't warn about UMSDOS which is long obsolete. Detect QEMU and use /dev/vda as the boot device in that case. Fix a case where /mnt was used instead of the target partition variable. Thanks to alienBOB. a/mkinitrd-1.4.11-x86_64-16.txz: Rebuilt. Blacklist rules.d/73-seat-late.rules. Thanks to Robby Workman. a/ndctl-71.1-x86_64-1.txz: Upgraded. a/sysklogd-2.1.2-x86_64-3.txz: Rebuilt. /etc/logrotate.d/syslog.new: add missingok option. Thanks to sovteq. l/gdbm-1.19-x86_64-1.txz: Upgraded. t/fig2dev-3.2.8-x86_64-1.txz: Upgraded. x/libepoxy-1.5.5-x86_64-1.txz: Upgraded. --- source/a/sysklogd/config/syslog.logrotate | 1 + 1 file changed, 1 insertion(+) (limited to 'source/a/sysklogd/config') diff --git a/source/a/sysklogd/config/syslog.logrotate b/source/a/sysklogd/config/syslog.logrotate index 031e68df..cd66c8d0 100644 --- a/source/a/sysklogd/config/syslog.logrotate +++ b/source/a/sysklogd/config/syslog.logrotate @@ -1,5 +1,6 @@ /var/log/cron /var/log/debug /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler /var/log/syslog { sharedscripts + missingok postrotate /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true endscript -- cgit v1.2.3