This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openarena.
commit f2d9a3f50d3c1b9f9eebce16f6274e7cd6348e83 Author: Simon McVittie <[email protected]> Date: Sun Aug 17 23:45:52 2014 +0100 Recommend update-rc.d unconditionally: it "does the right thing" for each of sysvinit, systemd and upstart --- debian/changelog | 2 ++ debian/openarena-server.README.Debian | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6f47a9..0c061e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ openarena (0.8.8-10) UNRELEASED; urgency=low (Closes: #708626) * README.Debian: correct location of debian_server.cfg (part of a patch from Markus Koschany, Closes: #719592) + * Recommend update-rc.d unconditionally: it "does the right thing" + for each of sysvinit, systemd and upstart -- Simon McVittie <[email protected]> Sat, 18 May 2013 22:03:16 +0100 diff --git a/debian/openarena-server.README.Debian b/debian/openarena-server.README.Debian index bc0c9a8..84b5b52 100644 --- a/debian/openarena-server.README.Debian +++ b/debian/openarena-server.README.Debian @@ -21,14 +21,13 @@ configuration in /var/games/openarena-server/.openarena/baseoa and change Disabling the init script ------------------------- -To disable the init script, use the facilities provided by your init system. -For instance, under sysvinit, use +To disable the init script (for instance if you want to run the server +via screen(1), as below, or manually), use the facilities provided by your +init system. The recommended command is update-rc.d openarena-server disable -or under systemd, use - - ln -s /dev/null /etc/systemd/system/openarena-server.service +which works for all of systemd, sysvinit and upstart. Changing the value of the START_DAEMON variable in /etc/default/openarena-server is deprecated. Please leave it set to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

