[pkg-fso-commits] [nodm] 16/50: Make initscript less chatty. (Closes: #638293).
Mike Gabriel
sunweaver at debian.org
Mon Jan 23 15:19:31 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 0387c7b6eadbaab9ad47905497173ce37099620d
Author: Chris Lamb <lamby at debian.org>
Date: Wed Mar 23 14:08:29 2016 +0100
Make initscript less chatty. (Closes: #638293).
---
debian/changelog | 1 +
debian/nodm.init | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9bf1a68..aae19fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ nodm (0.12-1) UNRELEASED; urgency=low
[ Chris Lamb ]
* debian/nodm.init:
+ Wait for nodm to exit. (Closes: #638290).
+ + Make initscript less chatty. (Closes: #638293).
-- Mike Gabriel <sunweaver at debian.org> Wed, 23 Mar 2016 12:59:38 +0100
diff --git a/debian/nodm.init b/debian/nodm.init
index 6630e1e..99b3ef1 100644
--- a/debian/nodm.init
+++ b/debian/nodm.init
@@ -55,13 +55,13 @@ case "$1" in
then
log_warning_msg "Not starting $NAME because NODM_ENABLED is '$NODM_ENABLED' in /etc/default/$NAME"
else
- start-stop-daemon --start --oknodo --pidfile ${PIDFILE} --make-pidfile --background --exec /usr/sbin/nodm
+ start-stop-daemon --start --quiet --oknodo --pidfile ${PIDFILE} --make-pidfile --background --exec /usr/sbin/nodm
fi
[ "$VERBOSE" != no ] && log_end_msg $?
;;
stop)
[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
- start-stop-daemon --stop --retry 10 --pidfile ${PIDFILE} --oknodo
+ start-stop-daemon --stop --quiet --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