Package: tcpquota Version: 1.6.12-4 Severity: important Tags: patch User: [email protected] Usertags: missing-dependency
The tcpquota package is missing the LSB style headers with dependency information. This patch add it. I am not quite sure if the dependencies are complete (does it use syslog, for exapmle, in that case add $syslog). This package is one of 4 packages in the archives without the LSB header in their init.d script. The severity of this issue is important, because it affect a release goal. diff -u tcpquota-1.6.15/debian/tcpquota.init tcpquota-1.6.15/debian/tcpquota.init --- tcpquota-1.6.15/debian/tcpquota.init +++ tcpquota-1.6.15/debian/tcpquota.init @@ -1,5 +1,12 @@ #! /bin/sh -# /etc/init.d/tcpquotad : Program to check the TCP link +### BEGIN INIT INFO +# Provides: tcpquota +# Required-Start: $remote_fs +# Required-Stop: $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 1 +# Short-Description: Program to check the TCP link +### END INIT INFO # # Written by Turbo Fredriksson <[email protected]>. # -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

