[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.1.0.0-14-ga3a5076

X2Go dev team git-admin at x2go.org
Mon Oct 28 10:46:14 CET 2013


The branch, master has been updated
       via  a3a5076d545cd7144af4417accc1fa2f4b97d849 (commit)
      from  47304ba48c9bad3c83fb103d9cb83b28d5e4ddba (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 a3a5076d545cd7144af4417accc1fa2f4b97d849
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 28 10:45:42 2013 +0100

    x2gothinclient_create: typo fix

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

Summary of changes:
 .../sbin/x2gothinclient_create                     |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 61854e7..6ce118a 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -207,7 +207,7 @@ fi
 [ \$? -eq 0 ] && test -e /etc/os-release && sed -e 's/PRETTY_NAME=.*/PRETTY_NAME=$TC_PRETTY_NAME/' -i /etc/os-release || echo "PRETTY_NAME=$TC_PRETTY_NAME" >> /etc/os-release
 [ \$? -eq 0 ] && test -e /etc/modprobe.d/i915-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/i915-kms.conf || true
 [ \$? -eq 0 ] && test -e /etc/modprobe.d/radeon-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/radeon-kms.conf || true
-[ \$? -eq 0 ] && sed -e 's/^TO:23:respawn:/#TO:23:respawn:/' -i /etc/inittab
+[ \$? -eq 0 ] && sed -e 's/^T0:23:respawn:/#T0:23:respawn:/' -i /etc/inittab
 
 [ \$? -eq 0 ] && apt-get clean
 


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