The branch, master has been updated via 68e65827c07f34df6cf0dc5f782e941c237134f0 (commit) from 05cf570b013f706490bdc170f4b315a208048d70 (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 68e65827c07f34df6cf0dc5f782e941c237134f0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 9 23:43:05 2011 +0200 log message fix ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gomountdirs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index 9f93e50..d304a71 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -247,7 +247,7 @@ for (my $i=0;$i<@dirs;$i++) if (system("sshfs $code_conv -o ServerAliveInterval=300,Cipher=blowfish,IdentityFile=$key,UserKnownHostsFile=$key.ident \"$user\"\@$host:\"@dirs[$i]\" \"$mntpath\" -p $port 2>>~/mounts.log")==0) { print "mount @dirs[$i] ok\n"; - syslog('notice', "successfully mounted $user\@$user:@dirs[$i] to $mntpath"); + syslog('notice', "successfully mounted $user\@$host:@dirs[$i] to $mntpath"); # check if kde4 plasmoid running my $useplasmoid=0; if ( -e $plasmstamp ) hooks/post-receive -- x2goserver.git (X2go Server) 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 "x2goserver.git" (X2go Server).