[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-271-g7756d7a

X2go dev team git-admin at x2go.org
Tue Sep 20 11:18:11 CEST 2011


The branch, master has been updated
       via  7756d7a917376297c35aa28246ec19fad3451c22 (commit)
      from  1b5f9cccc83514897cc1d3f0de1095836159086d (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 7756d7a917376297c35aa28246ec19fad3451c22
Author: Ivan Kabaivanov <chepati at yahoo.com>
Date:   Tue Sep 20 11:19:09 2011 +0200

    Proof-reading code, fixing typos

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

Summary of changes:
 debian/changelog                     |    1 +
 x2goserver/bin/x2goresume-session    |    3 +--
 x2goserver/bin/x2gosuspend-session   |    4 ++--
 x2goserver/bin/x2goterminate-session |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0728202..cbaf353 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,7 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
   [ Ivan Kabaivanov ]
   * Makefile fix around man page installation in x2goserver-compat package.
   * Makefile fix around man page installation in x2goserver-extensions package.
+  * Proof-reading code, fixing typos.
 
   [ Martin Oehler ]
   * Removes old debug code fragment, fixes x2golistsessions parsing.
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index 9d0d174..24fd6db 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -87,7 +87,6 @@ kill -HUP $X2GO_AGENT_PID &>/dev/null && {
 	$X2GO_LIB_PATH/x2gosyslog "$0" "notice" "client $X2GO_CLIENT has successfully resumed session with ID $SESSION_NAME"
 } || {
        err_msg="ERROR: failed to resume session with ID $SESSION_NAME"
-       echo err_$msg 1>&2
+       echo "$err_msg" 1>&2
        $X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg"
 }
-B
\ No newline at end of file
diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session
index b839988..7cc70c5 100755
--- a/x2goserver/bin/x2gosuspend-session
+++ b/x2goserver/bin/x2gosuspend-session
@@ -42,8 +42,8 @@ kill -HUP $X2GO_AGENT_PID &>/dev/null && {
 	$X2GO_LIB_PATH/x2gosyslog "$0" "notice" "session with ID $SESSION_NAME has been suspended successfully"
 } || {
 	err_msg="ERROR: failed to suspend session with ID $SESSION_NAME"
-	echo err_$msg 1>&2
-	$X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg"B
+	echo "$err_msg" 1>&2
+	$X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg"
 }
 
 export HOSTNAME 
diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session
index f8548d0..0780cdf 100755
--- a/x2goserver/bin/x2goterminate-session
+++ b/x2goserver/bin/x2goterminate-session
@@ -39,7 +39,7 @@ kill -TERM $X2GO_AGENT_PID &>/dev/null && {
 	$X2GO_LIB_PATH/x2gosyslog "$0" "notice" "session with ID $SESSION_NAME has been terminated successfully"
 } || {
        err_msg="ERROR: failed to terminate session with ID $SESSION_NAME"
-       echo "err_$msg" 1>&2
+       echo "$err_msg" 1>&2
        $X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg"
 }
 


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