20 Feb 2013 22:21
x2gobroker.git - master (branch) updated: 0.0.0.1-42-g0be1537
The branch, master has been updated
via 0be15373a8d8833277f8dcdb7274f2e4d425721a (commit)
from 9ed3a78cd49d01e4c056b8d93ae8b2f3709a00c4 (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 0be15373a8d8833277f8dcdb7274f2e4d425721a
Author: Mike Gabriel <mike.gabriel@...>
Date: Wed Feb 20 22:24:39 2013 +0100
typo fix in init script
-----------------------------------------------------------------------
Summary of changes:
debian/x2gobroker-authservice.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/x2gobroker-authservice.init b/debian/x2gobroker-authservice.init
index d531f78..c00c800 100755
--- a/debian/x2gobroker-authservice.init
+++ b/debian/x2gobroker-authservice.init
<at> <at> -84,7 +84,7 <at> <at> case "${1:-}" in
;;
stop)
if [ -f $PIDFILE_AUTHSERVICE ] ; then
- log_daemon_msg "X2Go Broker Authentication Service" "$(basename $AUTHSERVICE)"
+ log_daemon_msg "Stopping X2Go Broker Authentication Service" "$(basename $AUTHSERVICE)"
set +e
start-stop-daemon -K -p $PIDFILE_AUTHSERVICE
rm -f $PIDFILE_AUTHSERVICE
hooks/post-receive
RSS Feed