[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-91-g25ca9dd

X2Go dev team git-admin at x2go.org
Wed Dec 18 20:54:59 CET 2013


The branch, master has been updated
       via  25ca9dd1e7922aefe5a4aef9ff275b03b1a12741 (commit)
      from  914d7791f645502cd4c1cacbd5fc207abee504f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25ca9dd1e7922aefe5a4aef9ff275b03b1a12741
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Dec 14 01:35:00 2013 +0100

    x2gobroker-authservice.init: improve stop script

-----------------------------------------------------------------------

Summary of changes:
 init/x2gobroker-authservice.init |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/init/x2gobroker-authservice.init b/init/x2gobroker-authservice.init
index 56efcb7..c5f80ff 100755
--- a/init/x2gobroker-authservice.init
+++ b/init/x2gobroker-authservice.init
@@ -86,10 +86,9 @@ case "${1:-}" in
 		if [ -f $PIDFILE_AUTHSERVICE ] ; then
 			log_daemon_msg "Stopping X2Go Broker Authentication Service" "$(basename $AUTHSERVICE)"
 			set +e
-			start-stop-daemon -K -p $PIDFILE_AUTHSERVICE
-			rm -f $PIDFILE_AUTHSERVICE
-			log_end_msg $?
+			start-stop-daemon -K -p $PIDFILE_AUTHSERVICE && rm -f $PIDFILE_AUTHSERVICE
 			set -e
+			log_end_msg $?
 		fi
 	;;
 	restart|reload|force-reload)


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list