[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-240-ged73eb9
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:37 CET 2013
The branch, build-baikal has been updated
via ed73eb94ef82101ea74e1a4772d44b8ffbd231e5 (commit)
from 68e65827c07f34df6cf0dc5f782e941c237134f0 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2gomountdirs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index d304a71..7dadf29 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\@$host:@dirs[$i] to $mntpath");
+ syslog('notice', "successfully mounted $user\@$host:$port at 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).
More information about the x2go-commits
mailing list