The branch, build-baikal has been updated via d1ce5e0052aa77b3d9534d76f7e5948b9de874db (commit) from 96baf09c7c12dad0995a1c9da3f1d950473ef8d0 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.init | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.init b/debian/x2goserver.init index e6285b6..47b9b72 100644 --- a/debian/x2goserver.init +++ b/debian/x2goserver.init @@ -5,7 +5,7 @@ # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start and stop the x2go daemon +# Short-Description: Start and stop the X2go daemon ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin @@ -13,10 +13,11 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin case "$1" in start) echo "Cleaning up stale x2go sessions." - /usr/sbin/x2gocleansessions + /usr/sbin/x2gocleansessions ;; stop|reload|force-reload|restart) - # nothing to do + # nothing to do + killall x2gocleansessions ;; *) N=/etc/init.d/x2goserver hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).