diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/conntrackd.logrotate | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c7e01a..f66537d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ conntrack (1:0.9.11-1) UNRELEASED; urgency=low * moved conntrackd.conf to /etc/conntrackd/conntrackd.conf (Closes: #477679) * updated sample configuration file * updated home page to http://people.netfilter.org/pablo/conntrack-tools/ + * restart conntrackd after logrotate (Closes: #513079) -- Max Kellermann <max@duempel.org> Wed, 04 Mar 2009 10:09:50 +0100 diff --git a/debian/conntrackd.logrotate b/debian/conntrackd.logrotate index 236f4b8..f8b88fd 100644 --- a/debian/conntrackd.logrotate +++ b/debian/conntrackd.logrotate @@ -2,4 +2,8 @@ weekly rotate 2 missingok + + postrotate + /etc/init.d/conntrackd restart + endscript } |