This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from e77ef5e Enforce TCE session restart after logout. new f088e83 restart.lightdm: trap several SIGNALS before restarting lightdm The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: minidesktop/etc/restart.lightdm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit f088e8384c8116f599cccf287b1a6e0ae9a14c8f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Aug 28 13:52:41 2014 +0200 restart.lightdm: trap several SIGNALS before restarting lightdm --- minidesktop/etc/restart.lightdm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minidesktop/etc/restart.lightdm b/minidesktop/etc/restart.lightdm index 35b5059..230e6f5 100755 --- a/minidesktop/etc/restart.lightdm +++ b/minidesktop/etc/restart.lightdm @@ -1,4 +1,6 @@ #!/bin/sh -invoke-rc.d lightdm restart +trap "" SIGHUP SIGINT SIGTERM +PATH=$PATH:/sbin:/usr/sbin +service lightdm restart -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git