The branch, build-baikal has been updated via 46939a7413d12c1761f8e2cfc40896f8d10c1c49 (commit) from a73fc6308c8f9985698d3e9e5ddb76256469f81d (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/bin/compat/x2goumount_session | 1 - .../{lib/x2gogetservers => compat/bin/x2gosuspend} | 10 +++------- .../{bin/compat => compat/bin}/x2gosuspend-agent | 0 .../{bin/compat => compat/bin}/x2goterminate | 0 x2goserver/{bin/compat => compat/bin}/x2goumount | 0 .../bin/x2goumount_session} | 10 +++------- 6 files changed, 6 insertions(+), 15 deletions(-) delete mode 120000 x2goserver/bin/compat/x2goumount_session copy x2goserver/{lib/x2gogetservers => compat/bin/x2gosuspend} (89%) rename x2goserver/{bin/compat => compat/bin}/x2gosuspend-agent (100%) rename x2goserver/{bin/compat => compat/bin}/x2goterminate (100%) rename x2goserver/{bin/compat => compat/bin}/x2goumount (100%) copy x2goserver/{lib/x2gogetservers => compat/bin/x2goumount_session} (89%) The diff of changes is: diff --git a/x2goserver/bin/compat/x2goumount_session b/x2goserver/bin/compat/x2goumount_session deleted file mode 120000 index b33a4dc..0000000 --- a/x2goserver/bin/compat/x2goumount_session +++ /dev/null @@ -1 +0,0 @@ -x2goumount-session \ No newline at end of file diff --git a/x2goserver/lib/x2gogetservers b/x2goserver/compat/bin/x2gosuspend similarity index 89% copy from x2goserver/lib/x2gogetservers copy to x2goserver/compat/bin/x2gosuspend index 38aa496..4ddd3df 100755 --- a/x2goserver/lib/x2gogetservers +++ b/x2goserver/compat/bin/x2gosuspend @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/bin/bash # Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org # @@ -20,9 +20,5 @@ # Copyright (C) 2007-2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2007-2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -use strict; - -use lib "/usr/lib/x2go"; -use x2godbwrapper; - -print join("\n", db_getservers); +# this script is here for reasons of backwards compatibility with older clients +x2gosuspend-session $@ \ No newline at end of file diff --git a/x2goserver/bin/compat/x2gosuspend-agent b/x2goserver/compat/bin/x2gosuspend-agent similarity index 100% rename from x2goserver/bin/compat/x2gosuspend-agent rename to x2goserver/compat/bin/x2gosuspend-agent diff --git a/x2goserver/bin/compat/x2goterminate b/x2goserver/compat/bin/x2goterminate similarity index 100% rename from x2goserver/bin/compat/x2goterminate rename to x2goserver/compat/bin/x2goterminate diff --git a/x2goserver/bin/compat/x2goumount b/x2goserver/compat/bin/x2goumount similarity index 100% rename from x2goserver/bin/compat/x2goumount rename to x2goserver/compat/bin/x2goumount diff --git a/x2goserver/lib/x2gogetservers b/x2goserver/compat/bin/x2goumount_session similarity index 89% copy from x2goserver/lib/x2gogetservers copy to x2goserver/compat/bin/x2goumount_session index 38aa496..5814b34 100755 --- a/x2goserver/lib/x2gogetservers +++ b/x2goserver/compat/bin/x2goumount_session @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/bin/bash # Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org # @@ -20,9 +20,5 @@ # Copyright (C) 2007-2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2007-2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -use strict; - -use lib "/usr/lib/x2go"; -use x2godbwrapper; - -print join("\n", db_getservers); +# this script is here for reasons of backwards compatibility with older clients +x2goumount-session $@ \ 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).