[pkg-fso-commits] [nodm] 11/50: debian/nodm.init: Wait for nodm to exit. (Closes: #638290).

Mike Gabriel sunweaver at debian.org
Mon Jan 23 15:19:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository nodm.

commit d212290ba032bdc3cc9fbbb8fc6c0c099b85e8bc
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Mar 23 13:45:12 2016 +0100

    debian/nodm.init: Wait for nodm to exit. (Closes: #638290).
---
 debian/changelog | 4 ++++
 debian/nodm.init | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3c11f2..c33d9ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,10 @@ nodm (0.12-1) UNRELEASED; urgency=low
   * debian/nodm.init:
     + Support "status" argument in nodm init script. (Closes: #753304).
 
+  [ Chris Lamb ]
+  * debian/nodm.init:
+    + Wait for nodm to exit. (Closes: #638290).
+
  -- Mike Gabriel <sunweaver at debian.org>  Wed, 23 Mar 2016 12:59:38 +0100
 
 nodm (0.11-1.3) unstable; urgency=low
diff --git a/debian/nodm.init b/debian/nodm.init
index ca4340c..3cc1c04 100644
--- a/debian/nodm.init
+++ b/debian/nodm.init
@@ -60,7 +60,7 @@ case "$1" in
 		;;
 	stop)
 		[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
-		start-stop-daemon --stop --pidfile ${PIDFILE} --oknodo
+		start-stop-daemon --stop --retry 10 --pidfile ${PIDFILE} --oknodo
 		rm -f ${PIDFILE}
 		[ "$VERBOSE" != no ] && log_end_msg $?
 		;;

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/nodm.git



More information about the pkg-fso-commits mailing list