[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 4.0.1.5-1-gedf06db

X2Go dev team git-admin at x2go.org
Sun Jul 28 13:37:44 CEST 2013


The branch, release/4.0.1.x has been updated
       via  edf06db5f6c6b0ba8371186b08efdf82dfd6e5fb (commit)
      from  0a2c9a8e38213f12a4601582fd78fdb6c9dce111 (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 edf06db5f6c6b0ba8371186b08efdf82dfd6e5fb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jul 28 13:36:43 2013 +0200

    Fix client-side unmounting of shared folders.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                  |    7 +++++++
 x2goserver/bin/x2goumount-session |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index fb1d52f..9f8ad32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x2goserver (4.0.1.6-0~x2go1) UNRELEASED; urgency=low
+
+  * New upstream version (4.0.1.6):
+    - Fix client-side unmounting of shared folders.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 28 Jul 2013 13:36:10 +0200
+
 x2goserver (4.0.1.5-0~x2go1) unstable; urgency=low
 
   * New upstream version (4.0.1.5):
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index ccd23ff..9400d56 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -71,7 +71,7 @@ my $mimeboxdir="$tmp_dir/.x2go-$ENV{'USER'}/mimebox";
 
 source_environment(xdg_config_home() . "/user-dirs.dirs");
 
-if (($only_path) && (! $only_path=~m/\/tmp\/.x2go-$uname\/media\/.*/ ))
+if (($only_path) && (! ($only_path=~m/\/tmp\/.x2go-$uname\/media\/.*/ )))
 {
 	$only_path=~s/\/ramdrive\/mnt\///;
 


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