[game-data-packager] 169/293: Fix syntax of init script

Simon McVittie smcv at debian.org
Fri Oct 14 00:12:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch quake
in repository game-data-packager.

commit aee91eee88f538a5ee0eec51c869835d5c407259
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jun 23 00:57:26 2012 +0100

    Fix syntax of init script
---
 debian/quake3-server.init | 1 +
 1 file changed, 1 insertion(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list