[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-64-g6299cad

X2Go dev team git-admin at x2go.org
Fri Oct 26 00:36:34 CEST 2012


The branch, master has been updated
       via  6299cadccb404c305e0cff80e7b95e47acd5c859 (commit)
      from  f8149ec79dbec924324333616023e90f09616378 (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 6299cadccb404c305e0cff80e7b95e47acd5c859
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 26 00:36:35 2012 +0200

    x2gothinclient_update: make sure config target folders exist.

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

Summary of changes:
 debian/changelog                                   |    1 +
 .../sbin/x2gothinclient_update                     |    3 +++
 2 files changed, 4 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5bfaaf8..d549911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low
       package (closes upstream issue #47).
     - x2gothinclient_create: replace /home by /var/lib/x2gothinclient in
       /etc/fstab template.
+    - x2gothinclient_update: make sure config target folders exist.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Priority: optional.
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_update b/x2gothinclientmanagement/sbin/x2gothinclient_update
index 87ca3aa..107bff4 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_update
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_update
@@ -59,6 +59,8 @@ mkdir -p "$TC_CHROOT/etc/x2go"
 echo "Installing X2Go TCE configuration into chroot environment..."
 echo "------------------------------------------------------------"
 
+
+mkdir -p "$TC_CHROOT/etc/x2go/"
 if test -f $TC_CONFIG/x2gothinclient_init; then
 	cp -v "$TC_CONFIG/x2gothinclient_init" "$TC_CHROOT/etc/x2go/x2gothinclient_init"
 	chmod a+rx $TC_CHROOT/etc/x2go/x2gothinclient_init
@@ -79,6 +81,7 @@ if test -f $TC_CONFIG/x2goclient-background.svg; then
 fi
 
 if test -f $TC_CONFIG/freerdp/known_hosts; then
+	mkdir -p "$TC_CHROOT/etc/x2go/freerdp/"
 	cp -v "$TC_CONFIG/freerdp/known_hosts" "$TC_CHROOT/etc/x2go/freerdp/known_hosts"
 fi
 


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