This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openarena.
commit 2231b89f9fa64a560c5aea5a12f57357cfcc5af3 Author: Simon McVittie <[email protected]> Date: Sun Aug 17 23:46:15 2014 +0100 Mention service(8) in README.Debian for completeness --- debian/changelog | 1 + debian/openarena-server.README.Debian | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0c061e8..8a3a093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ openarena (0.8.8-10) UNRELEASED; urgency=low (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 + * Mention service(8) in README.Debian for completeness -- 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 84b5b52..82926f2 100644 --- a/debian/openarena-server.README.Debian +++ b/debian/openarena-server.README.Debian @@ -18,6 +18,12 @@ By default, the init script will use configuration in /var/games/openarena-server/.openarena/baseoa and change /etc/default/openarena-server to exec that. +The server can be managed in the usual way, e.g. via the recommended +service(8) command: + + service openarena-server stop + service openarena-server start + Disabling the init script ------------------------- -- 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

