[SCM] team based FPS game - packaging branch, debian, updated. debian/1.1.0-4.1-33-g855d6ce

Simon McVittie smcv at debian.org
Sat Jul 17 14:10:49 UTC 2010


The following commit has been merged in the debian branch:
commit 3279bf5cb263f14c8e76bc15e8bda34ca87eb36a
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jul 17 10:50:20 2010 +0100

    tremulous-server: exit 0 if uninstalled, as per Policy

diff --git a/debian/tremulous-server.init b/debian/tremulous-server.init
index d9921ce..0d2e811 100644
--- a/debian/tremulous-server.init
+++ b/debian/tremulous-server.init
@@ -16,8 +16,8 @@ DESC="Tremulous dedicated server"
 PIDFILE="/var/run/$NAME.pid"
 BINARY="/usr/lib/tremulous-server/tremded"
 
-# Exit with an error if the package has been removed
-test -x $DAEMON || exit 5
+# Exit cleanly if the package has been removed
+test -x $DAEMON || exit 0
 
 . /lib/lsb/init-functions
 

-- 
team based FPS game - packaging



More information about the Pkg-games-commits mailing list