[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.7-2-gaed2aa6
X2Go dev team
git-admin at x2go.org
Wed Jul 4 10:50:42 CEST 2012
The branch, master has been updated
via aed2aa67af3352fd03f7d5986a81804824c38b58 (commit)
from e61158f8989d9d1e4a978dd61ba756714201a1bf (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 aed2aa67af3352fd03f7d5986a81804824c38b58
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Jul 4 10:50:37 2012 +0200
Remove .halt file before shutting down.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 ++-
x2gothinclient/sbin/x2gothinclientd | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0a8ddd3..21123d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
x2gothinclient (1.0.1.8-0~x2go1) UNRELEASED; urgency=low
- * Continue development...
+ * New upstream version (1.0.1.8):
+ - Remove .halt file before shutting down.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 13 Jun 2012 22:27:46 +0200
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index 49e04a9..68ed553 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -92,6 +92,7 @@ elsif ($pid == 0 )
# test if shutdown button on X2Go Client was clicked
if ( -e "/home/x2goclient/.halt")
{
+ system("rm -f /home/x2goclient/.halt");
system("shutdown -h now");
}
# test if XServer is running, if not launch it...
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