This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 5bfef60eddd95fb532c5ceb9ae90f143848e9d37 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 22 21:44:55 2014 +0200 fix x2gothinclient-minidesktop.init here and there --- .../init/x2gothinclient-minidesktop.init | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x2gothinclient-minidesktop/init/x2gothinclient-minidesktop.init b/x2gothinclient-minidesktop/init/x2gothinclient-minidesktop.init index 9d33698..2695d04 100644 --- a/x2gothinclient-minidesktop/init/x2gothinclient-minidesktop.init +++ b/x2gothinclient-minidesktop/init/x2gothinclient-minidesktop.init @@ -7,12 +7,11 @@ # Default-Stop: # X-Start-Before: nfs-common alsa-utils # Short-Description: -# Description: Prepare X2Go TCE tmpfs directories for usage +# Description: Prepare X2Go TCE MATE Desktop for usage ### END INIT INFO case "$1" in start|"") - # prep tmpfs subfolders for nfs-common exit 0 ;; restart|reload|force-reload) @@ -23,7 +22,7 @@ case "$1" in # No-op ;; *) - echo "Usage: x2gothinclient-chroot start" >&2 + echo "Usage: x2gothinclient-minidesktop start" >&2 exit 3 ;; esac -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git