[X2Go-Commits] x2gothinclient.git - wheezy-tce (branch) updated: 1.1.0.0-3-gb8774a3

X2Go dev team git-admin at x2go.org
Wed Sep 11 21:44:45 CEST 2013


The branch, wheezy-tce has been updated
       via  b8774a3a8f2af738b53bb62f26466a931e983217 (commit)
      from  3dd9651fdad6742994b4bab2e9ae29bcf8ff9f43 (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 b8774a3a8f2af738b53bb62f26466a931e983217
Author: Arnold Krille <a.krille at b-c-s.de>
Date:   Wed Sep 11 21:44:07 2013 +0200

    Extend x2gothinclient_shell to run anything given as arguments and fall back to $TC_SHELL when nothing is given. (Fixes: #301).

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

Summary of changes:
 debian/changelog                                   |    6 ++++++
 x2gothinclientmanagement/sbin/x2gothinclient_shell |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1671e22..0d09f7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 x2gothinclient (1.1.0.0-0~x2go2) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * New upstream version (1.1.0.1):
     - Switch to VT-7 on TC shutdown.
     - Syntax fix in x2gousbmount script.
 
+  [ Arnold Krille ]
+  * New upstream version (1.1.0.1):
+    - Extend x2gothinclient_shell to run anything given as arguments and
+      fall back to $TC_SHELL when nothing is given. (Fixes: #301).
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 17 Aug 2013 00:35:31 +0200
 
 x2gothinclient (1.1.0.0-0~x2go1) unstable; urgency=low
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_shell b/x2gothinclientmanagement/sbin/x2gothinclient_shell
index 42f4f5d..ba4ec21 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_shell
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_shell
@@ -82,7 +82,7 @@ export X2GO_HANDLE_DAEMONS=false
 
 mount /root
 
-/bin/$TC_SHELL
+${*:-/bin/$TC_SHELL}
 
 umount /root
 


hooks/post-receive
-- 
x2gothinclient.git (X2Go Thin Client Environment)

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 "x2gothinclient.git" (X2Go Thin Client Environment).




More information about the x2go-commits mailing list