[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-92-g5133aa3

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


The branch, master has been updated
       via  5133aa3b4983e32fe304a4b763e45ab40653a984 (commit)
      from  25ca9dd1e7922aefe5a4aef9ff275b03b1a12741 (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 5133aa3b4983e32fe304a4b763e45ab40653a984
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Dec 14 01:35:48 2013 +0100

    x2gobroker-authservice.init: improve stop script(2)

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

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

The diff of changes is:
diff --git a/init/x2gobroker-authservice.init b/init/x2gobroker-authservice.init
index c5f80ff..79f23af 100755
--- a/init/x2gobroker-authservice.init
+++ b/init/x2gobroker-authservice.init
@@ -78,8 +78,8 @@ case "${1:-}" in
 			# and now we can start the auth service
 			log_daemon_msg "Starting X2Go Broker Authentication Service" "$(basename $AUTHSERVICE)"
 			start-stop-daemon -b -m -S -p $PIDFILE_AUTHSERVICE -x $AUTHSERVICE -- -s $X2GOBROKER_AUTHSERVICE_SOCKET -o root -g $X2GOBROKER_DAEMON_GROUP -p 0660
-			set -e
 			log_end_msg $?
+			set -e
 		fi
 	;;
 	stop)
@@ -87,8 +87,8 @@ case "${1:-}" in
 			log_daemon_msg "Stopping X2Go Broker Authentication Service" "$(basename $AUTHSERVICE)"
 			set +e
 			start-stop-daemon -K -p $PIDFILE_AUTHSERVICE && rm -f $PIDFILE_AUTHSERVICE
-			set -e
 			log_end_msg $?
+			set -e
 		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