The branch, master has been updated via 88d814adc6cc578c0e43806a29f5643451f58894 (commit) from bf757b40e4a378e416aefa140bd27222ef7b816d (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 88d814adc6cc578c0e43806a29f5643451f58894 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jul 4 12:18:17 2012 +0200 Fix spelling of X2Go. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/x2gothinclient.init | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2e29800..16fca8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x2gothinclient (1.0.1.8-0~x2go1) UNRELEASED; urgency=low - Make x2gothinclient init script more robust. - Stop x2gothinclient init script if either x2gothinclient_init or x2gothinclient_start is missing/non-executable. + - Fix spelling of X2Go. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Jun 2012 22:27:46 +0200 diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index c0950a1..42866d3 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -37,7 +37,7 @@ DESC="X2Go Thinclient Service" test -x $DAEMON || exit 0 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 "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 fi 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).