Package: cntlm
Version: 0.35.1-5
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for cntlm (versioned as 0.35.1-5.1) and
a dsc file can be found here :
http://mentors.debian.net/debian/pool/main/c/cntlm/cntlm_0.35.1-5.1.dsc
Regards.
Martijn van Brummelen
diff -u cntlm-0.35.1/debian/cntlm.init cntlm-0.35.1/debian/cntlm.init
--- cntlm-0.35.1/debian/cntlm.init
+++ cntlm-0.35.1/debian/cntlm.init
@@ -2,8 +2,8 @@
#
### BEGIN INIT INFO
# Provides: cntlm
-# Required-Start: $syslog $time
-# Required-Stop: $syslog $time
+# Required-Start: $remote_fs $syslog $time $network
+# Required-Stop: $remote_fs $syslog $time $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Authenticating HTTP accelerator for NTLM secured proxies
@@ -59,7 +59,7 @@
stop() {
echo -n "Stopping $DESC: "
- start-stop-daemon --oknodo --quiet --stop --retry -HUP/$TIMEOUT/-HUP/2/-KILL/forever --pidfile $PIDFILE --name $NAME 2>/dev/null
+ start-stop-daemon --oknodo --quiet --stop --retry -HUP/$TIMEOUT/-HUP/2/forever/-KILL --pidfile $PIDFILE --name $NAME
if [ $? -eq 0 ]; then
echo "$NAME."
else
diff -u cntlm-0.35.1/debian/changelog cntlm-0.35.1/debian/changelog
--- cntlm-0.35.1/debian/changelog
+++ cntlm-0.35.1/debian/changelog
@@ -1,3 +1,13 @@
+cntlm (0.35.1-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Adjust init script
+ -add $remote_fs(fix lintian error)
+ -add $network thanks to Jonas Horberg (Closes: #588920).
+ -adjust stop function thanks to Orgad Shaneh (Closes: #588683)
+
+ -- Martijn van Brummelen <[email protected]> Fri, 17 Sep 2010 13:28:59 +0200
+
cntlm (0.35.1-5) unstable; urgency=low
* Fix lintian errors in debian/copyright