[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.2-7-g90f7a40

X2Go dev team git-admin at x2go.org
Tue Jul 3 09:57:50 CEST 2012


The branch, master has been updated
       via  90f7a40a659b98d62f936890aa7c786ea914cc44 (commit)
      from  c13d693dfd13f19bac13ad430b2165b2e6322f2a (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 90f7a40a659b98d62f936890aa7c786ea914cc44
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 3 09:57:48 2012 +0200

    fix missing ,,C-''

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

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 f6bc1c4..e3f3f8f 100755
--- a/x2goserver-printing/bin/x2goprint
+++ b/x2goserver-printing/bin/x2goprint
@@ -93,7 +93,7 @@ syslog('notice', "x2goprint is processing $printdir/$pdfFile with print job titl
 ($tm,$tm,$uid,$gid,$tm,$tm,$tm,$homedir)=getpwnam($user);
 
 my $spoolbase="/tmp/.x2go-$user/spool";
-my $spooldir="$spoolbase/$session";
+my $spooldir="$spoolbase/C-$session";
 my $spooltmp="$spoolbase/tmp";
 mkpath($spooltmp);
 chown $uid, $gid, "$spooltmp";


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