The branch, master has been updated via 29891a012b85d6c8e8ea283c8fe469f2f3763feb (commit) from cbd735c414b251daf4cc7ee1b9b81aa640744215 (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 29891a012b85d6c8e8ea283c8fe469f2f3763feb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 29 17:29:17 2013 +0100 fix wiki URL in init script ----------------------------------------------------------------------- Summary of changes: debian/x2gothinclient.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index d5ae470..1132e66 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -48,7 +48,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 "See http://wiki.x2go.org/doku.php/wiki:components:tce" + echo "See http://wiki.x2go.org/doku.php/wiki:advanced:tce:install" 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).