The branch, master has been updated via 9029807eca96120440e57e7a5cf0fc7cab0d3841 (commit) from 93fa35b38ff5d2b9a67c6db1475b5422a15b5769 (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 9029807eca96120440e57e7a5cf0fc7cab0d3841 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 17 04:16:17 2011 +0100 fix for grepping of x2golistmounts output ----------------------------------------------------------------------- Summary of changes: x2goserver-printing/bin/x2goprint | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index c225d9e..480c583 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -100,7 +100,7 @@ chown $uid, $gid, "$spooltmp"; chmod 0700, "$spooltmp"; # this last part mainly uses the session user's privileges -my ($mounts)=`su $user -c "x2golistmounts $session"`; +my $mounts=`su $user -c "x2golistmounts $session"`; if ( $mounts=~m/$spooldir/) { 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).