[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-242-gd9f094d
X2go dev team
git-admin at x2go.org
Sat Sep 10 00:10:16 CEST 2011
The branch, master has been updated
via d9f094dab274b1c8504b265f816c3aa78382ee70 (commit)
from 008dc9bd85ba96ffa5debf05a0ccaa70c91971a3 (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 d9f094dab274b1c8504b265f816c3aa78382ee70
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Sep 10 00:11:27 2011 +0200
minor log message fix
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2gomountdirs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index 01de053..6f73514 100755
--- a/x2goserver/bin/x2gomountdirs
+++ b/x2goserver/bin/x2gomountdirs
@@ -243,9 +243,9 @@ for (my $i=0;$i<@dirs;$i++)
{
$code_conv="-o $code_conv";
}
- $msg = "inserted,\nsshfs $code_conv -o idmap=user,uid=`id -u`,gid=`id -g`,ServerAliveInterval=300,Cipher=blowfish,IdentityFile=$key,UserKnownHostsFile=$key.ident \"$user\"\@$host:\"@dirs[$i]\" \"$mntpath\" -p $port";
- syslog('debug', "$msg");
- print "$msg\n";
+ $msg = "sshfs $code_conv -o idmap=user,uid=`id -u`,gid=`id -g`,ServerAliveInterval=300,Cipher=blowfish,IdentityFile=$key,UserKnownHostsFile=$key.ident \"$user\"\@$host:\"@dirs[$i]\" \"$mntpath\" -p $port";
+ syslog('debug', "executing: $msg");
+ print "inserted, $msg\n";
if (system("sshfs $code_conv -o idmap=user,uid=`id -u`,gid=`id -g`,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";
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