The branch, master has been updated via d20dbbf856a33a6598d071f88760c8a313a49b99 (commit) from 4b41fef0d1a8ab3f060b2d30af8ba97ffb13e677 (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 d20dbbf856a33a6598d071f88760c8a313a49b99 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 29 18:31:27 2013 +0100 move plymouth to Suggests: even ----------------------------------------------------------------------- Summary of changes: debian/control | 2 +- .../sbin/x2gothinclient_create | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/control b/debian/control index 7332744..e7942e8 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,6 @@ Recommends: x2gosmartcardrules, gnupg-agent, pinentry-x2go, - plymouth, gpgsm, vim, mc, @@ -69,6 +68,7 @@ Recommends: memtest86+, x11-xserver-utils, Suggests: + plymouth, plymouth-themes-all Breaks: x2gothinshutdown diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 75edd56..72de25e 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -189,6 +189,7 @@ export X2GO_HANDLE_DAEMONS=false [ \$? -eq 0 ] && sed -e 's/#ListenAddress ::/AddressFamily inet\nListenAddress 127.0.0.1/' -i /etc/ssh/sshd_config # tweak plymouth +[ \$? -eq 0 ] && apt-get install plymouth plymouth-themes-all -y [ \$? -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 [ \$? -eq 0 ] && test -e /etc/modprobe.d/radeon-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/radeon-kms.conf 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).