The following commit has been merged in the master branch:
commit aee91eee88f538a5ee0eec51c869835d5c407259
Author: Simon McVittie <[email protected]>
Date:   Sat Jun 23 00:57:26 2012 +0100

    Fix syntax of init script

diff --git a/debian/quake3-server.init b/debian/quake3-server.init
index 344e4f3..5815878 100644
--- a/debian/quake3-server.init
+++ b/debian/quake3-server.init
@@ -79,6 +79,7 @@ case "$1" in
        ;;
     status)
         status_of_proc -p "$PIDFILE" "$DAEMON" "$NAME" && exit 0 || exit $?
+       ;;
     *)
        echo "Usage: $0 {start|stop|restart|force-reload|status}" >&2
        exit 1

-- 
[contrib] Quake III: Arena launcher

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to