[pkg-remote-commits] [xrdp] 05/06: add missing log_end_msg to force-reload, {, try-}restart targets

Thorsten Glaser tg at moszumanska.debian.org
Sat Mar 25 21:50:01 UTC 2017


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

tg pushed a commit to branch experimental
in repository xrdp.

commit f1b8b7fd4302cc3c96b4992882e4baaa5753ab02
Author: mirabilos <thorsten.glaser at teckids.org>
Date:   Sat Mar 25 22:18:46 2017 +0100

    add missing log_end_msg to force-reload, {,try-}restart targets
---
 debian/changelog | 3 ++-
 debian/xrdp.init | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 825c30c..30a78b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ xrdp (0.9.2~20170325-1~exp1) experimental; urgency=low
   * Update debian/copyright file for the new upstream snapshot.
   * Refresh patches; drop patches applied upstream.
   * Add assembly patches for relocation-safe data access.
+  * Place missing log_end_msg in init script.
 
- -- Thorsten Glaser <tg at mirbsd.de>  Sat, 25 Mar 2017 21:55:25 +0100
+ -- Thorsten Glaser <tg at mirbsd.de>  Sat, 25 Mar 2017 22:18:16 +0100
 
 xrdp (0.9.1-7) unstable; urgency=medium
 
diff --git a/debian/xrdp.init b/debian/xrdp.init
index 5ed757d..79dfa13 100644
--- a/debian/xrdp.init
+++ b/debian/xrdp.init
@@ -173,6 +173,7 @@ case $1 in
 	    --exec /usr/sbin/xrdp -- $XRDP_OPTIONS
 	rc=$?
 	test $rc -gt 0 && rv=$rc
+	test x"$VERBOSE" = x"no" || log_end_msg $rv
 	;;
 (try-restart)
 	log_daemon_msg "Trying to restart $DESC"
@@ -216,6 +217,7 @@ case $1 in
 	    --exec /usr/sbin/xrdp -- $XRDP_OPTIONS
 	rc=$?
 	test $rc -gt 0 && rv=$rc
+	test x"$VERBOSE" = x"no" || log_end_msg $rv
 	;;
 esac
 # make “/etc/init.d/xrdp status” work for nōn-root

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git



More information about the pkg-remote-commits mailing list