Package: mldonkey
Version: 2.7.3-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my mldonkey 2.7.3-2.1 NMU.
diff -u mldonkey-2.7.3/debian/mldonkey-server.init 
mldonkey-2.7.3/debian/mldonkey-server.init
--- mldonkey-2.7.3/debian/mldonkey-server.init
+++ mldonkey-2.7.3/debian/mldonkey-server.init
@@ -86,7 +86,7 @@
   ;;
   stop)
     echo -n "Stopping $DESC: $NAME"
-    start-stop-daemon --stop --pidfile $PIDFILE
+    start-stop-daemon --stop --oknodo --pidfile $PIDFILE
     echo "."
   ;;
   reload)
diff -u mldonkey-2.7.3/debian/changelog mldonkey-2.7.3/debian/changelog
--- mldonkey-2.7.3/debian/changelog
+++ mldonkey-2.7.3/debian/changelog
@@ -1,3 +1,11 @@
+mldonkey (2.7.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Give --oknodo to start-stop-daemon when stopping daemon; makes the package
+    properly purgable. (Closes: #368118)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue,  6 Jun 2006 14:50:43 +0200
+
 mldonkey (2.7.3-2) unstable; urgency=low
 
   * Fix the build on alpha by using a workaround when opt compilation

Reply via email to