[X2Go-Commits] x2goserver.git - release/4.0.0.x (branch) updated: 4.0.0.7-8-g497a3db

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:00:38 CET 2014


The branch, release/4.0.0.x has been updated
       via  497a3db764cb4640b548d59a7236afb6af955af4 (commit)
      from  7f6ec732a37bfc4c70587a6b980b226bb9e7fb8b (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 497a3db764cb4640b548d59a7236afb6af955af4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Dec 29 14:54:45 2013 +0100

    fix system() call in x2golistsessions_root

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

Summary of changes:
 x2goserver/sbin/x2golistsessions_root |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root
index 56d1781..a3bd044 100755
--- a/x2goserver/sbin/x2golistsessions_root
+++ b/x2goserver/sbin/x2golistsessions_root
@@ -78,7 +78,7 @@ for (my $i=0;$i<@outp;$i++)
 		{
 			if (is_suspended(@sinfo[1], at sinfo[11]))
 			{
-				system("su - @sinfo[11] -c \"$x2go_lib_path/x2gochangestatus 'S' @sinfo[1]\" > /dev/null");
+				system("su", "-", "@sinfo[11]", "-c", "$x2go_lib_path/x2gochangestatus 'S' @sinfo[1] > /dev/null");
 				@outp[$i] =~ s/\|R\|/\|S\|/;
 			}
 		}


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