[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.8-4-3-g47da5ee

Simon McVittie smcv at debian.org
Sat Jun 23 00:26:00 UTC 2012


The following commit has been merged in the master branch:
commit 21db9c14d9d7496e4f3668604bb630d2993f74d9
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jun 23 00:32:34 2012 +0100

    Don't refuse to start a new openarena-server if there's a stale pid file (Closes: #678543)

diff --git a/debian/changelog b/debian/changelog
index dcf61e3..da6ac2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openarena (0.8.8-5) UNRELEASED; urgency=low
+
+  * Don't refuse to start a new openarena-server if there's a stale
+    pid file (Closes: #678543)
+
+ -- Simon McVittie <smcv at debian.org>  Sat, 23 Jun 2012 00:31:07 +0100
+
 openarena (0.8.8-4) unstable; urgency=high
 
   [ Fabian Greffrath ]
diff --git a/debian/openarena-server.init b/debian/openarena-server.init
index b5d3221..7961989 100644
--- a/debian/openarena-server.init
+++ b/debian/openarena-server.init
@@ -28,9 +28,6 @@ if [ -f /etc/default/$NAME ] ; then
 fi
 
 q3_start() {
-    if [ -f $PIDFILE ]; then
-        return 2
-    fi
     if [ "$START_DAEMON" = "unless-disabled-by-upgrade" ]; then
         if [ -e /var/games/openarena-server/init-script-disabled-by-upgrade ]; then
             echo -n " (disabled during upgrade, not starting - see /usr/share/doc/openarena-server/NEWS.Debian.gz)"

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list