The branch, master has been updated via bf757b40e4a378e416aefa140bd27222ef7b816d (commit) from ff471f1564e8de9c229abe408d5324fe48a51b40 (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 bf757b40e4a378e416aefa140bd27222ef7b816d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jul 4 12:17:14 2012 +0200 fix negation for last commit ----------------------------------------------------------------------- Summary of changes: debian/x2gothinclient.init | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index c62863f..c0950a1 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -36,7 +36,7 @@ NAME=x2gothinclient DESC="X2Go Thinclient Service" test -x $DAEMON || exit 0 -if [ -x /etc/x2go/x2gothinclient_init ] || [ -x /etc/x2go/x2gothinclient_start ]; then +if [ ! -x /etc/x2go/x2gothinclient_init ] || [ ! -x /etc/x2go/x2gothinclient_start ]; then echo "X2go thin client system will not start as it is not configured, yet." echo "See http://wiki.x2go.org/installing_x2go_thin_client_environment_debian" exit 0 hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).