[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-79-g55b9ba6

X2Go dev team git-admin at x2go.org
Fri Mar 29 18:42:32 CET 2013


The branch, master has been updated
       via  55b9ba6b3223f5aec50c3b0c18250efd17f93f3c (commit)
      from  d20dbbf856a33a6598d071f88760c8a313a49b99 (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 55b9ba6b3223f5aec50c3b0c18250efd17f93f3c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 29 18:42:02 2013 +0100

    fix expand_filename call in x2gothinclientd

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

Summary of changes:
 x2gothinclient/sbin/x2gothinclientd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index 3ccb7d8..088137e 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -94,7 +94,7 @@ elsif ($pid == 0 )
 	while(sleep 1)
 	{
 		# test if shutdown button on X2Go Client was clicked
-		if (-e expand_file("~x2gothinclient/.halt"))
+		if (-e expand_filename("~x2gothinclient/.halt"))
 		{
 			# when used with plymouth, make sure we stay on the correct terminal
 			system("killall Xorg");


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