[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#440551: patch



Ciao,

with this patch start-stop-daemon will wait for mldonkey to shutdown correctly. The timeout was simply got from the apache init script. I hope that this time the Debian bug tracking system don't stop this patch.

Trek

--- debian/mldonkey-server.init 2007-09-14 04:50:03.000000000 +0200
+++ debian/mldonkey-server.init 2007-10-26 13:32:02.000000000 +0200
@@ -105,7 +105,7 @@

    stop)
      echo -n "Stopping $DESC: $NAME"
-    start-stop-daemon --stop --oknodo --pidfile $PIDFILE
+    start-stop-daemon --stop --oknodo --pidfile $PIDFILE --retry 30
      echo "."
    ;;




Reply to: