summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/ulogd2.logrotate1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d126cd9..0a24379 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ ulogd2 (2.0.7-1) UNRELEASED; urgency=medium
- remove upstart configuration file
- d/control: use https:// URL for Homepage field
- d/copyright: use https:// URLs in Format and Source fields
+ * d/ulogd2.logrotate: add 'delaycompress' option. (Closes: #894603)
-- Chris Boot <bootc@debian.org> Mon, 14 May 2018 11:41:13 +0100
diff --git a/debian/ulogd2.logrotate b/debian/ulogd2.logrotate
index 56c691e..d27387f 100644
--- a/debian/ulogd2.logrotate
+++ b/debian/ulogd2.logrotate
@@ -1,6 +1,7 @@
/var/log/ulog/*.log /var/log/ulog/*.pcap {
missingok
compress
+ delaycompress
sharedscripts
create 640 ulog adm
postrotate