[X2go-Commits] x2gothinclient.git - tmpfs (branch) updated: 7a544b63e9c5391cfd24abfb87def4163f0800cc
X2go dev team
git-admin at x2go.org
Thu Jun 16 00:29:51 CEST 2011
The branch, tmpfs has been updated
via 7a544b63e9c5391cfd24abfb87def4163f0800cc (commit)
from 82acdcc105cb83b87695827e58984be718be7a58 (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 7a544b63e9c5391cfd24abfb87def4163f0800cc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Jun 16 00:30:29 2011 +0200
Run x2gothinclient_init from x2gothinclientd init script.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
debian/x2gothinclient.init | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f35f9b2..ba4b74d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low
* Add https_proxy env variable support.
* Add x2gothinclient_cleanup script.
* Add man page for x2gothinclient_cleanup.
+ * Run x2gothinclient_init from x2gothinclientd init script.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200
diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init
index adc8147..bdaf796 100644
--- a/debian/x2gothinclient.init
+++ b/debian/x2gothinclient.init
@@ -38,6 +38,9 @@ DESC=x2gothinclient
test -x $DAEMON || exit 0
test -x /etc/x2go/x2gothinclient_init || test -x /etc/x2go/x2gothinclient_start || { echo "X2go thin client system will not start as it is not configured, yet.\nSee http://wiki.x2go.org/installing_x2go_thin_client_environment_debian"; exit 0; }
+# pre-init X2go Thin Client through init script...
+test -x /etc/x2go/x2gothinclient_init && source /etc/x2go/x2gothinclient_init
+
set -e
case "$1" in
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