[X2Go-Commits] x2gothinclient.git - build-main (branch) updated: 1.1.0.0-18-g32682bd

X2Go dev team git-admin at x2go.org
Fri Nov 22 23:53:10 CET 2013


The branch, build-main has been updated
       via  32682bd12325193da964f4cf0a34824daf95a438 (commit)
      from  68c1d061bce8f65005285d263c1cb53dfafe6943 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    2 ++
 .../sbin/x2gothinclient_create                     |    3 +++
 2 files changed, 5 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 360370a..ffd082b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low
     - Move init scripts from debian/ folder into upstream folders.
     - Provide x2gothinclient-chroot.init script that tweaks the chroot
       during thin client startup.
+    - Patch /etc/init.d/checkroot-bootclean.sh during TCE creation to
+      avoid failures when clean tmp files on the read-only NFS root-fs.
   * debian/control:
     + New bin:package x2gothinclient-chroot.
 
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index eac5152..1e6595f 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -211,6 +211,9 @@ fi
 # no serial line TTY on thin clients
 [ \$? -eq 0 ] && sed -e 's/^T0:23:respawn:/#T0:23:respawn:/' -i /etc/inittab
 
+# no need to clean up tmp directories, they are on RAM disks anyway...
+[ \$? -eq 0 ] && test -e /etc/init.d/checkroot-bootclean.sh && sed -e "s/clean_all/#clean_all/" -i /etc/init.d/checkroot-bootclean.sh || true
+
 [ \$? -eq 0 ] && apt-get clean
 
 EOF


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