The branch, tmpfs has been updated via b08e83263be755335067305f55956ff0f25b97d3 (commit) from 578dfcee35b5738b39916a18e289c85490c14c5f (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 b08e83263be755335067305f55956ff0f25b97d3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 16 22:49:52 2011 +0200 Fix start-stop-daemon dummy script creation. ----------------------------------------------------------------------- Summary of changes: x2gothinclientmanagement/sbin/x2gothinclient_shell | 2 +- .../sbin/x2gothinclient_upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_shell b/x2gothinclientmanagement/sbin/x2gothinclient_shell index dd383c6..c3fd580 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_shell +++ b/x2gothinclientmanagement/sbin/x2gothinclient_shell @@ -69,7 +69,7 @@ echo # disable service restarts mv /sbin/start-stop-daemon /sbin/start-stop-daemon.keep echo '#!/bin/sh' > /sbin/start-stop-daemon -echo 'exit 0' > /sbin/start-stop-daemon +echo 'exit 0' >> /sbin/start-stop-daemon chmod +x /sbin/start-stop-daemon /bin/$TC_SHELL diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_upgrade b/x2gothinclientmanagement/sbin/x2gothinclient_upgrade index 140df41..04bdf3d 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_upgrade +++ b/x2gothinclientmanagement/sbin/x2gothinclient_upgrade @@ -57,7 +57,7 @@ export ftp_proxy=$TC_FTP_PROXY # disable service restarts mv /sbin/start-stop-daemon /sbin/start-stop-daemon.keep echo '#!/bin/sh' > /sbin/start-stop-daemon -echo 'exit 0' > /sbin/start-stop-daemon +echo 'exit 0' >> /sbin/start-stop-daemon chmod +x /sbin/start-stop-daemon [ $? -eq 0 ] && apt-get update 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).