[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-38-ga11d071
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:24 CET 2013
The branch, build-main has been updated
via a11d0710319e5a1be3834f1c21c8a1e821a9b9c8 (commit)
from c59db1919428a86491645e7d718307c6846d9091 (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 606753f..14dbbe2 100644
--- a/debian/x2goserver.init
+++ b/debian/x2goserver.init
@@ -16,11 +16,12 @@ case "$1" in
/usr/sbin/x2gocleansessions
;;
stop)
- # nothing to do
- killall x2gocleansessions
+ # kill x2gocleansessions, ignore on failure
+ killall x2gocleansessions || true
;;
reload|force-reload|restart)
- killall x2gocleansessions
+ # kill x2gocleansessions, ignore on failure
+ killall x2gocleansessions || true
echo "Cleaning up stale x2go sessions."
/usr/sbin/x2gocleansessions
;;
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