The branch, build-baikal has been updated via 10adb53130babfbf300af90978d4d6169c8614c3 (commit) from 3d63e31cbe9d661f56876fb407d74ba17affe55d (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 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.init b/debian/x2goserver.init index c41fe23..40fb531 100644 --- a/debian/x2goserver.init +++ b/debian/x2goserver.init @@ -1,14 +1,12 @@ #! /bin/sh -# -# skeleton example file to build /etc/init.d/ scripts. -# This file should be used to construct scripts for /etc/init.d. -# -# Written by Miquel van Smoorenburg <miquels@cistron.nl>. -# Modified for Debian -# by Ian Murdock <imurdock@gnu.ai.mit.edu>. -# -# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl -# +### BEGIN INIT INFO +# Provides: x2goserver +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop the x2go daemon +### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin export HOSTNAME 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).