summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@bootc.net>2018-06-23 19:37:03 +0100
committerChris Boot <bootc@bootc.net>2018-06-23 19:37:03 +0100
commitba6832f64bdc85f9e5cdf6362c93642903e0b492 (patch)
tree010a40f9e47d8d8f6de38c8ea59c90fb65da1c65
parent873bdfc3f217b810043d19328ba6e09bd7bc86bc (diff)
d/ulogd2.logrotate: add 'delaycompress' option
Closes: #894603
-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