[X2go-Commits] x2gothinclient.git - tmpfs (branch) updated: 8ec9cae88234569b0f834a6c1879dea3c0b8f81b

X2go dev team git-admin at x2go.org
Wed Jun 15 00:42:17 CEST 2011


The branch, tmpfs has been updated
       via  8ec9cae88234569b0f834a6c1879dea3c0b8f81b (commit)
      from  45a6c65af09dd27e9ca1cfb3836031a6d84519fe (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 8ec9cae88234569b0f834a6c1879dea3c0b8f81b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jun 15 00:41:53 2011 +0200

    Fix x2gothinclient_shell, silence mounts/umounts

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

Summary of changes:
 x2gothinclientmanagement/bin/x2gothinclient_shell |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

The diff of changes is:
diff --git a/x2gothinclientmanagement/bin/x2gothinclient_shell b/x2gothinclientmanagement/bin/x2gothinclient_shell
index 143b4de..604127c 100755
--- a/x2gothinclientmanagement/bin/x2gothinclient_shell
+++ b/x2gothinclientmanagement/bin/x2gothinclient_shell
@@ -37,24 +37,24 @@ TC_CHROOT="${TC_CHROOT:-/opt/x2gothinclient}"
 
 cat > "$TC_CHROOT/x2go_tce_shell.sh" <<EOF
 #!/bin/bash
-mount /proc
-mount /dev/pts
-export HOME=/root
+mount /proc &> /dev/null
+mount /dev/pts &> /dev/null
+export HOME=/root &> /dev/null
 
 # export the proxy server (if any) to the shell.
 export http_proxy=$TC_HTTP_PROXY
 export ftp_proxy=$TC_FTP_PROXY
 
-echo "This shell has been started in your X2go Thin Clients chroot environment. All changes performed here
-echo "will take an effect on your X2go Thin Clients after next boot. So be careful!!!"
+echo This shell has been started in your X2go Thin Clients chroot environment. All changes performed here
+echo will take an effect on your X2go Thin Clients after next boot. So be careful!!!
 echo
-echo "To return from this chroot shell hit STRG+D or type exit on the command line..."
+echo To return from this chroot shell hit STRG+D or type exit on the command line...
 echo
 
 /bin/$TC_SHELL
 
-umount -l /proc
-umount -l /dev/pts
+umount -l /proc &> /dev/null
+umount -l /dev/pts &> /dev/null
 EOF
 chmod u+x "$TC_CHROOT/x2go_tce_shell.sh"
 chroot "$TC_CHROOT" /x2go_tce_shell.sh


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