The branch, master has been updated via 61e4def335dd071c716253938552f523d5cef450 (commit) from a00b75fa5f65f69481301287885b26029763d7ee (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 61e4def335dd071c716253938552f523d5cef450 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 2 00:43:01 2013 +0200 add --oknodo to start-stop-daemon when stopping services ----------------------------------------------------------------------- Summary of changes: debian/x2gocdmanager.init | 2 +- debian/x2gothinclient.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/x2gocdmanager.init b/debian/x2gocdmanager.init index 26e4dfa..57bcce2 100644 --- a/debian/x2gocdmanager.init +++ b/debian/x2gocdmanager.init @@ -58,7 +58,7 @@ case "$1" in ;; stop) log_daemon_msg "Stopping $DESC" "x2gocdmanager" - start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid || true + start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid || true log_end_msg $? ;; force-reload) diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index f1f6271..7c2b2e9 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -78,7 +78,7 @@ case "$1" in stop) if [ -e /var/run/$NAME.pid ]; then log_daemon_msg "Stopping $DESC" "x2gothinclientd" - start-stop-daemon --stop --quiet --retry 10 --pidfile /var/run/$NAME.pid + start-stop-daemon --oknodo --stop --quiet --retry 10 --pidfile /var/run/$NAME.pid log_end_msg $? fi ;; 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).