[X2Go-Commits] [x2goserver] 01/02: x2goserver/bin/x2goruncommand: whitespace and comment changes only.

git-admin at x2go.org git-admin at x2go.org
Sat Jan 23 04:55:52 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit b12d8b68a937637e6377704680bff5d6cc0ff166
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jan 23 04:52:33 2016 +0100

    x2goserver/bin/x2goruncommand: whitespace and comment changes only.
---
 debian/changelog              |    1 +
 x2goserver/bin/x2goruncommand |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd416a2..0666110 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,7 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low
       measure. Change the default method to randomization instead of IP-based
       initialization. If IP-based initialization was requested but the default
       outgoing IP address unavailable, fall back to randomization.
+    - x2goserver/bin/x2goruncommand: whitespace and comment changes only.
   * x2goserver.spec:
     - Add sudo and logcheck as BuildRequires and Requires. Don't own
       directories that are owned by sudo and logcheck. Logcheck is not
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index fa62f71..290cfa6 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -195,8 +195,8 @@ elif [ "$cmd" == "XFCE4" ] || [ "$cmd" == "XFCE" ]; then
 elif [ "$cmd" == "LXDE" ]; then
 	cmd="/usr/bin/startlxde"
 elif [ "$cmd" == "TRINITY" ]; then
-	# If we are on Q4OS, which needs to set env and run some tasks before
-        # launching trinity.
+	# If we are on Q4OS, we needs to set env and run some tasks before
+	# launching trinity.
 	if [ -e /usr/bin/start-q4os-x2go ]; then
 		cmd="/usr/bin/start-q4os-x2go"
 	else

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list