[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-126-gcf57498
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:23 CET 2013
The branch, build-baikal has been updated
via cf57498fc90a3cefea538d16e6efe77b2c4fea78 (commit)
from 23bc2a9885b2f5d6c4a1f5557520811604763f71 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/lib/{x2gogetagent => x2gosuspend-agent} | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
copy x2goserver/lib/{x2gogetagent => x2gosuspend-agent} (88%)
The diff of changes is:
diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gosuspend-agent
similarity index 88%
copy from x2goserver/lib/x2gogetagent
copy to x2goserver/lib/x2gosuspend-agent
index 9a66104..9ca6d4f 100755
--- a/x2goserver/lib/x2gogetagent
+++ b/x2goserver/lib/x2gosuspend-agent
@@ -20,10 +20,11 @@
# Copyright (C) 2007-2011 Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
# Copyright (C) 2007-2011 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-use strict;
+shift;
+shift;
+shift;
-use lib "/usr/lib/x2go";
-use x2godbwrapper;
+my $capt=shift;
+my @words=split(" ",$capt);
-my $sid=shift or die;
-print db_getagent $sid;
+system("/usr/bin/x2gosuspend-session @words[2] > /dev/null");
\ No newline at end of file
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