[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-28-g52ae7d0
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:23 CET 2013
The branch, build-main has been updated
via 52ae7d0897cbc84f4c297d06dc8e6e56a7862212 (commit)
from d1ce5e0052aa77b3d9534d76f7e5948b9de874db (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 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/x2goserver.init b/debian/x2goserver.init
index 47b9b72..6d81379 100644
--- a/debian/x2goserver.init
+++ b/debian/x2goserver.init
@@ -15,10 +15,14 @@ case "$1" in
echo "Cleaning up stale x2go sessions."
/usr/sbin/x2gocleansessions
;;
- stop|reload|force-reload|restart)
+ stop)
# nothing to do
killall x2gocleansessions
;;
+ reload|force-reload|restart)
+ killall x2gocleansessions
+ echo "Cleaning up stale x2go sessions."
+ /usr/sbin/x2gocleansessions
*)
N=/etc/init.d/x2goserver
# echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
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).
More information about the x2go-commits
mailing list