diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/conntrackd.init | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index e9e83b6..c020ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ conntrack (1:0.9.13-1) UNRELEASED; urgency=low - require libnfnetlink 1.0.0, libnetfilter_conntrack 0.0.100 - ChangeLog was removed by upstream * updated home page in the copyright file (Closes: #533583) + * correct LSB dependencies in init script, patch by Petter Reinholdtsen + (Closes: #541079) -- Max Kellermann <max@duempel.org> Fri, 11 Sep 2009 13:47:42 +0200 diff --git a/debian/conntrackd.init b/debian/conntrackd.init index 7ada3a9..3382c57 100755 --- a/debian/conntrackd.init +++ b/debian/conntrackd.init @@ -6,10 +6,10 @@ # ### BEGIN INIT INFO # Provides: conntrackd -# Required-Start: $network -# Required-Stop: $network -# Default-Start: 2 3 5 -# Default-Stop: 0 6 +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Description: Starts conntrackd # short-description: Starts conntrackd ### END INIT INFO |