[X2go-Commits] x2gothinclient.git - tmpfs (branch) updated: f5944186707343eb0f1d3f3bfbc6bed8ef9cb014
X2go dev team
git-admin at x2go.org
Thu Jun 16 16:47:09 CEST 2011
The branch, tmpfs has been updated
via f5944186707343eb0f1d3f3bfbc6bed8ef9cb014 (commit)
from 284cad174446675ddc89c0cbb1582b5ae7b534ac (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 f5944186707343eb0f1d3f3bfbc6bed8ef9cb014
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Jun 16 16:47:34 2011 +0200
fix of for-loop in x2gothinclient_create
-----------------------------------------------------------------------
Summary of changes:
.../sbin/x2gothinclient_create | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 93488db..3e7f195 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -91,7 +91,7 @@ none /var/lib/xkb tmpfs size=50M 0 0
EOF
-cat > $TC_CHROOT/x2go_tc_install.sh <<EOF
+cat > $TC_CHROOT/x2go_tce_install.sh <<EOF
#!/bin/bash
export LANG=C
@@ -123,7 +123,7 @@ mkdir -p /var/lib/nfs
# blacklist kernel modules
[ \$? -eq 0 ] && echo && echo "# modules blacklisted on X2go Thin Clients..." >> /etc/modprobe.d/blacklist.conf
-[ \$? -eq 0 ] && for mod in "$TC_MODULE_BLACKLIST"; do echo "blacklist \$mod" >> /etc/modprobe.d/blacklist.conf
+[ \$? -eq 0 ] && for mod in $TC_MODULE_BLACKLIST; do echo "blacklist \$mod" >> /etc/modprobe.d/blacklist.conf; done
# Pulsaudio must come afterwards until the thinclient-package is fixed
[ \$? -eq 0 ] && apt-get install pulseaudio -y
@@ -154,8 +154,8 @@ PATCH
umount -l /proc &>/dev/null
umount -l /dev/pts &>/dev/null
EOF
-chmod u+x $TC_CHROOT/x2go_tc_install.sh
-chroot $TC_CHROOT /x2go_tc_install.sh
+chmod u+x $TC_CHROOT/x2go_tce_install.sh
+chroot $TC_CHROOT /x2go_tce_install.sh
rm -f $TC_CHROOT/etc/udev/rules.d/*-persistent-*.rules
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