The branch, release/4.0.1.x has been updated via 33fc7739485510ff8fbc28e16aa038c99eac93b2 (commit) from e305a0a9cc943453a2e3508926967dc6b38bd525 (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/changelog | 4 ++++ debian/x2goserver.init | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b18f45e..56c7fa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ x2goserver (3.1.1.3-0~x2go1) UNRELEASED; urgency=low - Avoid using archaic tools during free port detection. - Avoid using ls in Makefiles. + [ Mike Gabriel ] + * /debian/x2goserver.init: + + Orthography fix: X2Go instead of x2go. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 29 Jun 2012 17:49:04 +0200 x2goserver (3.1.1.2-0~x2go1) unstable; urgency=low diff --git a/debian/x2goserver.init b/debian/x2goserver.init index be3631c..b56a4cb 100644 --- a/debian/x2goserver.init +++ b/debian/x2goserver.init @@ -12,7 +12,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin case "$1" in start) - echo "Cleaning up stale x2go sessions." + echo "Cleaning up stale X2Go sessions." /usr/sbin/x2gocleansessions ;; stop) @@ -22,7 +22,7 @@ case "$1" in reload|force-reload|restart) # kill x2gocleansessions, ignore on failure killall x2gocleansessions || true - echo "Cleaning up stale x2go sessions." + 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).