This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit ac29232601307137c3dc3df6b5cb0e8952272257 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 15:05:32 2014 +0200 fix for x2gothinclient_init.d patch --- management/sbin/x2gothinclient_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index ca3a860..7310f7c 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -85,7 +85,7 @@ fi export LANG=C # prepare TC_CONFIG files -mkdir -p "$TC_CONFIG" +mkdir -p "$TC_CONFIG/x2gothinclient_init.d" test -f "$TC_CONFIG/x2gothinclient-${TC_FLAVOUR}_start" || cp "$SHAREDIR/etc/x2gothinclient-${TC_FLAVOUR}_start" "$TC_CONFIG" test -f "$TC_CONFIG/x2gothinclient_sessions" || cp "$SHAREDIR/etc/x2gothinclient_sessions" "$TC_CONFIG" test -f "$TC_CONFIG/x2gothinclient-${TC_FLAVOUR}_background.svg" || cp "$SHAREDIR/etc/x2gothinclient-${TC_FLAVOUR}_background.svg" "$TC_CONFIG" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git